i need to write a code in python that will delete the required file from the amazon s3 bucket, i am able to make connections to the amazon s3 bucket and also able to save files, i just want to know how to delete a file? please help if anyone knows.
feedback
|
|
found one more way to do it using the boto:
| |||
|
feedback
|
|
Via which interface? Using the REST interface, you just send a delete:
Via the SOAP interface:
If you're using a Python library like this one, it should expose a "delete" feature ( | |||||||||||
feedback
|
|
for now i have resolved the issue, by using the linux utility s3cmd, i used it like this in python:
Thank you Suhail | ||||
|
feedback
|