We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks @leplatrem to work on this project, I'm glad to see that pyramid_storage is receiving some love recently. There is few regressions from 0.0.8 as new settings for s3 are required, eg: port If you compare to the previous code (0.0.8) much less setting were required. https://github.com/danjac/pyramid_storage/blob/master/pyramid_storage/s3.py#L29-L90
pyramid_storage/pyramid_storage/s3.py
Lines 29 to 51 in 9c56733
The text was updated successfully, but these errors were encountered:
A bit unrelated but maybe it will be worthwhile to look to make pyramid_storage a wrapper around pyfilesystem to have less work maintaining s3 and also being able to support other storage. https://github.com/PyFilesystem/pyfilesystem
Sorry, something went wrong.
No branches or pull requests
Thanks @leplatrem to work on this project, I'm glad to see that pyramid_storage is receiving some love recently. There is few regressions from 0.0.8 as new settings for s3 are required, eg: port
If you compare to the previous code (0.0.8) much less setting were required. https://github.com/danjac/pyramid_storage/blob/master/pyramid_storage/s3.py#L29-L90
pyramid_storage/pyramid_storage/s3.py
Lines 29 to 51 in 9c56733
I don't think that the regressions are big deal but may be worth to update the doc to specify which s3 settings are now required.
The text was updated successfully, but these errors were encountered: