aws-s3-github-action icon indicating copy to clipboard operation
aws-s3-github-action copied to clipboard

Github Action for using the AWS S3 CLI

Results 2 aws-s3-github-action issues
Sort by recently updated
recently updated
newest added

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)...