kalai-attach 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kalai-attach",
|
|
3
3
|
"description": "CAP cds-plugin providing image and attachment storing out-of-the-box.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"repository": "capjsattachments-kalai",
|
|
6
6
|
"author": "Kalai",
|
|
7
7
|
"homepage": "https://github.com/Kalaikovan-airdit",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"requires": {
|
|
43
43
|
"kinds": {
|
|
44
44
|
"attachments-azure": {
|
|
45
|
-
"impl": "
|
|
45
|
+
"impl": "kalai-attach/srv/azure-blob-storage"
|
|
46
46
|
},
|
|
47
47
|
"malwareScanner-mocked": {
|
|
48
|
-
"model": "
|
|
48
|
+
"model": "kalai-attach/srv/malwareScanner-mocked"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"attachments": {
|
|
@@ -12,6 +12,7 @@ module.exports = class AzureAttachmentsService extends require("./object-store")
|
|
|
12
12
|
async retrieveClient() {
|
|
13
13
|
try{
|
|
14
14
|
const container_name="aisp"
|
|
15
|
+
console.log("khbdchdcbjdcc")
|
|
15
16
|
const sas_token="sp=rcwdl&st=2025-12-26T10:41:33Z&se=2030-12-25T18:56:33Z&spr=https&sv=2024-11-04&sr=c&sig=i5ENp1nzh0GrnNd%2FCAnkBBK3vCrHI8vCnHS9og%2F8P8I%3D"
|
|
16
17
|
const container_uri="https://aairdoc9262.blob.core.windows.net"
|
|
17
18
|
|