mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Update azure.js
- Added comment explaining adapter development status
This commit is contained in:
parent
d31de2004d
commit
8e1fea7944
@ -6,7 +6,7 @@ const { Readable } = require('stream');
|
||||
const { BlobServiceClient, StorageSharedKeyCredential } = require("@azure/storage-blob");
|
||||
|
||||
Gun.on('create', function(root) {
|
||||
console.log("Please note this adapter is not fully working yet");
|
||||
console.log("Please note this adapter for azure is not fully working yet");
|
||||
this.to.next(root);
|
||||
var opt = root.opt;
|
||||
if (!opt.azureBlob && !process.env.AZURE_BLOB_CONTAINER) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user