Skip to content

Commit 4e566c6

Browse files
committed
Don't update the ACL each time, no
need to do so
1 parent a1a2667 commit 4e566c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mirror_data_archive.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
3939
- name: Upload Attack data archive file to S3 Bucket
4040
run: |
41-
aws s3 cp $ATTACK_DATA_ARCHIVE_FILE s3://$BUCKET/
42-
aws s3api put-object-acl --bucket $BUCKET --key $ATTACK_DATA_ARCHIVE_FILE --acl public-read
43-
41+
aws s3 cp $ATTACK_DATA_ARCHIVE_FILE s3://$BUCKET/

0 commit comments

Comments
 (0)