Description Usage Arguments Details Value References See Also
View source: R/delete_object.R
Deletes one or more objects from an S3 bucket.
1 | delete_object(object, bucket, quiet = TRUE, ...)
|
object |
Character string with the object key, or an object of class “s3_object”. In most cases, if |
bucket |
Character string with the name of the bucket, or an object of class “s3_bucket”. |
quiet |
A logical indicating whether (when |
... |
Additional arguments passed to |
object
can be a single object key, an object of class “s3_object”, or a list of either.
TRUE
if successful, otherwise an object of class aws_error details if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.