nimbella / nimbella-sdk-python

Nimbella SDK for Python serverless functions.
https://nimbella.com
Apache License 2.0
2 stars 5 forks source link

Errors in AWS when generating signed urls #15

Open sciabarracom opened 3 years ago

sciabarracom commented 3 years ago

If you try to generate a signed url you get an error message

jthomas commented 3 years ago

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.

jthomas commented 3 years ago

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. https://github.com/nimbella/nimbella-sdk-python/pull/18/files

I've got a few other PRs to merge and then we can release a new version.