Skip to content

Commit e339da5

Browse files
authored
fix: object acl inherit from bucket (#45)
fix: object acl inherit from bucket Refs: #36 Signed-off-by: seven <[email protected]>
1 parent 01e0ad8 commit e339da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/rosAssets.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const publishAssets = async (assets: CdkAssets, context: ActionContext) =
124124

125125
const headers = {
126126
'x-oss-storage-class': 'Standard',
127-
'x-oss-object-acl': 'private',
127+
'x-oss-object-acl': 'default',
128128
'x-oss-forbid-overwrite': 'false',
129129
} as OSS.PutObjectOptions;
130130

0 commit comments

Comments
 (0)