eitanshapiro

Results 3 comments of eitanshapiro

Adding this code to s3_storage.py solves the issue ================================================ @return_future def remove(self, path, callback=None): """ Deletes data at path :param string path: Path to delete """ super(Storage, self).remove(self._normalize_path(path), callback) ================================================

Failed to push new branch: remote: Permission to thumbor-community/aws.git denied to eitanshapiro.

Trying to push new branch with fix and I don't have permission git push origin fix_delete_file_missing_normalization_path remote: Permission to thumbor-community/aws.git denied to eitanshapiro.