delete_bucket: Delete an S3 bucket

Description Usage Arguments Value References

View source: R/delete-bucket.R

Description

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.

Usage

1
2
3
delete_bucket(bucket, aws_access_key_id = NULL,
  aws_secret_access_key = NULL, aws_session_token = NULL,
  region_name = NULL, profile_name = NULL)

Arguments

bucket

name of the bucket

aws_access_key_id

AWS access key id

aws_secret_access_key

AWS secret access key

aws_session_token

AWS session token

profile_name

profile name

Value

the API call result structure (invisibly). The Location element will have the bucket name if the call was successful.

References

https://boto3.readthedocs.io/en/latest/reference/services/s3.html#S3.Client.create_bucket


hrbrmstr/roto.s3 documentation built on May 29, 2019, 11:42 a.m.