We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6939a commit d902358Copy full SHA for d902358
lib/azure-blob-storage.js
@@ -34,7 +34,7 @@ module.exports = class AzureAttachmentsService extends require("./basic") {
34
if (!creds) {
35
logConfig.configValidation('objectStore.credentials', creds, false,
36
'Bind an Azure Blob Storage instance to your application or configure separateObjectStore for multitenancy')
37
- throw new Error("Azure Blob Storage credentials are not provided.")
+ throw new Error("SAP Object Store instance is not bound.")
38
}
39
40
// Validate required credentials
0 commit comments