Closed ahuang0808 closed 1 year ago
When TC_AWS_RANDOMIZE_KEYS=True, the DELETE method doesn't get the right filepath.
thumbor==6.3.0 tc-aws==6.2.12 tornado-botocore==1.4.0 botocore==1.5.70
I think we should add "file_abspath = self._normalize_path(path)" in the remove method in the class AwsStorage.
Might be fixed in #141
Cleaning up old issues
When TC_AWS_RANDOMIZE_KEYS=True, the DELETE method doesn't get the right filepath.
Stacktrace
Versions
Configuration
Steps to reproduce
I think we should add "file_abspath = self._normalize_path(path)" in the remove method in the class AwsStorage.