thumbor-community / aws

Thumbor AWS extensions
MIT License
155 stars 70 forks source link

Trouble in DELETE Request #123

Closed ahuang0808 closed 6 years ago

ahuang0808 commented 6 years ago

Hi team, I'm using tc_aws.storages.s3_storage as my Storage in thumbor. And When I'm using the REST API's DELETE, it cannot truly delete the file.

There is no error when it's running. Actually, in the class AwsStorage, if I remove the yield in the function remove(), the file can be deleted.

Do you have any idea about it?

Thank you.

Bladrak commented 6 years ago

Related to https://github.com/thumbor-community/aws/issues/39

Bladrak commented 6 years ago

Closing as this should be fixed by the merged MR. Feel free to re-open if that wasn't the case.