aws-s3-github-action
aws-s3-github-action copied to clipboard
Github Action for using the AWS S3 CLI
I am loving this workflow, but something I'd like to do is inverse the `cp` operation, like this: ``` - uses: keithweaver/[email protected] with: command: cp source: s3://${{ secrets.AWS_PROD_BUCKET }}/assets destination:...
I have already defined the values for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and AWS_TOKEN_SESSION to the repository secrets but I got the error upload failed: target/site/serenity/icons/github.svg to s3://usermanagement-serenity-report-stage/icons/github.svg An error occurred (InvalidAccessKeyId)...