delete-object ( bucket key -- )
Amazon S3

Prev:put-object ( data mime-type bucket key headers -- )


Vocabulary
s3

Inputs
bucketa string
keya string


Outputs
None

Word description
Deletes the object in the bucket with the given key.

Examples
USING: s3 ; "testbucket" "mykey" delete-object


Definition