Skip to content

Commit 4409e58

Browse files
committed
Fix hybrid configuration to use S3 for attachments instead of Azure
1 parent 1b356b3 commit 4409e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"[hybrid]": {
8888
"attachments": {
89-
"kind": "azure",
89+
"kind": "s3",
9090
"scan": true,
9191
"objectStore": {
9292
"kind": "separate"

0 commit comments

Comments
 (0)