-
Notifications
You must be signed in to change notification settings - Fork 552
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
403 when trying to write to S3 #632
Comments
I had exactly the same issue with you but can't figure it out. What is your s3 bucket region? My |
I'm having the same issue as well. It would be great if the |
@chin33z Just ran into the same issue. It looks like new buckets created as of April no longer support signature v2. Some regions like us-east-2 don't appear to offer backwards compatibility either. https://www.drupal.org/project/backup_migrate_s3/issues/2653612 Looks like there's a PR to handle this but it has gone stale #522 |
Hi, does somebody know the status of this issue? I'm using Edit: 5m after writing this, it worked! I don't even know what I did but I guess it IS possible to use S3 backend after all. |
Should be fixed by #1404 |
Hi, I've created a private S3 bucket and verified that I can write to it:
It prints
hi
as expected.With the same environment variables, I start an sccache server:
Now when I try a
cargo build
somewhere, I get lots of failures like this:Does sccache need anything other than AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to write to s3?
The text was updated successfully, but these errors were encountered: