-
Notifications
You must be signed in to change notification settings - Fork 5
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
Errors in AWS when generating signed urls #15
Comments
Can you provide the error output? We have an integration test for this - which passed last time I checked. Can you run them and confirm it fails? I'm interested to think about why that code is now failing before we merge the fix. |
Ensure endpoint parameter is passed to S3 client in files. This is necessary for use with regional buckets. Added unit and integration tests to check this feature for PUT requests.
After a lot of investigation - I tracked this down to an undocumented feature of the S3 boto library with regional endpoints for new regions.... I've also added unit and integration tests to verify that we can do both GET & PUT requests using the storage libraries with signed URLs. I've got a few other PRs to merge and then we can release a new version. |
Fixing #15 Ensure endpoint parameter is passed to S3 client in files. This is necessary for use with regional buckets. Added unit and integration tests to check this feature for PUT requests.
If you try to generate a signed url you get an error message
The text was updated successfully, but these errors were encountered: