powered by
Deletes the bucket. All objects (including all object versions and delete markers) in the bucket must be deleted before the bucket itself can be deleted.
s3_delete_bucket(Bucket)
[required] Specifies the bucket being deleted.
svc$delete_bucket( Bucket = "string" )
Related Resources
# NOT RUN { # The following example deletes the specified bucket. svc$delete_bucket( Bucket = "forrandall2" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab