Skip to content

Cannot Upload to s3 #59

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

Closed
isatfg opened this issue Apr 8, 2025 · 1 comment
Closed

Cannot Upload to s3 #59

isatfg opened this issue Apr 8, 2025 · 1 comment

Comments

@isatfg
Copy link

isatfg commented Apr 8, 2025

Hi

I have a self hosted codecov running however the report cannot be uploaded to s3. I have tried using the codecov cli as well as a github action. I get an error in the api InvalidAccessKeyId even though the access is valid. I have test the access key and I am able to upload to the bucket using the access key.

  setup:
...
  minio:
     host: "s3.amazonaws.com"
     bucket: "xx"
     region: "eu-west-1"
     verify_ssl: true
     port: 443
     access_key_id: 'XX'
     secret_access_key: 'XX'

response_error\nminio.error.S3Error: S3 operation failed; code: InvalidAccessKeyId, message: The AWS Access Key Id you provided does not exist in our records., resource: None, request_id: xxx, host_id: xxx=", "taskName": null, "status_code": 500, "request": "<WSGIRequest: POST '/upload/github/xx-

@isatfg
Copy link
Author

isatfg commented Apr 11, 2025

There was an unknown issue with the helm chart I was using.

@isatfg isatfg closed this as completed Apr 11, 2025
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