Description Usage Arguments Details Value
Delete's a file/object within the bucket
1 | S3_delete_object(bucketName, key)
|
bucketName |
The name of the bucket that contains the file/object |
key |
The name of the file and location of it. For example "filename" will delete a file named filename in the root of the bucket. "test/filename" will delete one within the test folder. |
It will delete an object within the bucket.
returns 1 if successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.