Update azure.js

- Added comment explaining adapter development status
This commit is contained in:
Oisin Hickey 2024-02-24 20:57:43 +00:00
parent d31de2004d
commit 8e1fea7944

View File

@ -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) {