Skip to content

Commit

Permalink
s3: update ACL on copy to repo bucket
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Apr 25, 2024
1 parent e54a5a6 commit 3af17a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/common/scoap3_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def copy_file(self, source_bucket, source_key, prefix=None, type=None):
"source_key": source_key,
},
"MetadataDirective": "REPLACE",
"ACL": "public-read"
},
)
logger.info(
Expand Down

0 comments on commit 3af17a8

Please sign in to comment.