We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a2667 commit 4e566c6Copy full SHA for 4e566c6
.github/workflows/mirror_data_archive.yml
@@ -38,6 +38,4 @@ jobs:
38
39
- name: Upload Attack data archive file to S3 Bucket
40
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
-
+ aws s3 cp $ATTACK_DATA_ARCHIVE_FILE s3://$BUCKET/
0 commit comments