Skip to content

Commit d902358

Browse files
committed
Update error message for missing Azure Blob Storage credentials in AzureAttachmentsService
1 parent 5e6939a commit d902358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/azure-blob-storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = class AzureAttachmentsService extends require("./basic") {
3434
if (!creds) {
3535
logConfig.configValidation('objectStore.credentials', creds, false,
3636
'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.")
37+
throw new Error("SAP Object Store instance is not bound.")
3838
}
3939

4040
// Validate required credentials

0 commit comments

Comments
 (0)