Skip to content

Commit

Permalink
Forgot to Remove No-Sign-Request
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 19, 2023
1 parent 9202cfa commit a91ad3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
S3PROXY_ENCRYPTED_BLOBSTORE: ""
S3PROXY_ENCRYPTED_BLOBSTORE_PASSWORD: ""
S3PROXY_ENCRYPTED_BLOBSTORE_SALT: ""

JCLOUDS_ENDPOINT: ""
JCLOUDS_REGION: ""
JCLOUDS_IDENTITY: remote-identity
Expand All @@ -67,8 +67,8 @@ jobs:

- name: Put test resources in S3Proxy Container
run: |
aws --endpoint-url=http://127.0.0.1:4000 --region site2-low s3 mb s3://nfive --no-sign-request
aws --endpoint-url=http://127.0.0.1:4000 --region site2-low s3 cp ${{ github.workspace }}/src/test/resources/nfive s3://nfive --recursive --no-sign-request
aws --endpoint-url=http://127.0.0.1:4000 --region site2-low s3 mb s3://nfive
aws --endpoint-url=http://127.0.0.1:4000 --region site2-low s3 cp ${{ github.workspace }}/src/test/resources/nfive s3://nfive --recursive
env:
AWS_ACCESS_KEY_ID: jj
AWS_SECRET_ACCESS_KEY: jj
Expand Down

0 comments on commit a91ad3f

Please sign in to comment.