S3_delete_object: Delete's a file/object within the bucket

Description Usage Arguments Details Value

Description

Delete's a file/object within the bucket

Usage

1
S3_delete_object(bucketName, key)

Arguments

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.

Details

It will delete an object within the bucket.

Value

returns 1 if successful.


Gastrograph/RS3 documentation built on May 6, 2019, 5:33 p.m.