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]
svc$delete_bucket( Bucket = "string" )
# NOT RUN { # The following example deletes the specified bucket. # } # NOT RUN { svc$delete_bucket( Bucket = "forrandall2" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab