Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload failed...An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records. #12

Open
LayMui opened this issue Aug 23, 2023 · 0 comments

Comments

@LayMui
Copy link

LayMui commented Aug 23, 2023

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) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records.
5576
Completed 7.6 MiB/11.0 MiB (0 Bytes/s) with 767 file(s) remaining
5577
upload failed: target/site/serenity/icons/globe.svg to s3://usermanagement-serenity-report-stage/icons/globe.svg An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records.

    - uses: keithweaver/[email protected]
      name: Upload Report
      with:
        command: cp
        source: ./target/site/serenity
        destination: s3://usermanagement-serenity-report-${{vars.ENV}}
        aws_access_key_id: $AWS_ACCESS_KEY_ID
        aws_secret_access_key: $AWS_SECRET_ACCESS_KEY
        aws_session_token: $AWS_SESSION_TOKEN
        aws_region: us-east-1
        flags: --recursive
@LayMui LayMui changed the title AWS Session Token was not found. Using configuration from previous step. upload failed...An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records. Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant