SyntaxFix
Write A Post
Hire A Developer
Questions
For now I have resolved the issue by using the Linux utility s3cmd. I used it like this in Python:
delFile = 's3cmd -c /home/project/.s3cfg del s3://images/anon-images/small/' + filename os.system(delFile)