Closed eitanshapiro closed 4 years ago
Looking at https://github.com/thumbor-community/aws/pull/131 it actually fixes the same thing
I think the tests fail because the other pull request is not in master - https://github.com/thumbor-community/aws/pull/139
@eitanshapiro thanks for your submission! Could you add a test regarding the removing of a file, as well as rebase it?
@kkopachev if you can take a look at this as well :)
Adding TC_AWS_STORAGE_ROOT_PATH='nana' to the test is showing the issue that was fixed by calling normalization.
Is there a target release for this pull request? we really need it in our project
I'll release this next week, I'll let you know
Hi, @MrLesh you should be able to use the latest release (6.2.15).
@kkopachev I've fixed the publishing process which needed to migrate to twine for some reason. If you need to release, you can simply create a release from GitHub with an unexisting version, and it should publish a new release to pypi.
Thumbor report successful delete while in practice the delete fails.
Branch Master Also release 6.2.12
Copy/paste the result of the pip freeze command here. We'll be most interested in the versions of
Configuration
Steps to reproduce
Delete is returning 204 but the file is not deleted in S3 :(
Adding this code to s3_storage.py solves the issue