Frends.AmazonS3.DeleteBucket / 2.2.0
Summary
Removes an entire bucket from S3, container and identity both. The bucket must be in a state S3 allows deleting, so this is not a way to clear out contents.
Typical use — tearing down buckets a Process created for itself; deleting what is inside one is the object-delete Task's job
Input parameters for the DeleteBucket task.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| BucketName | String |
– | my-example-bucket |
AWS S3 bucket's name to be deleted. Must follow AWS S3 bucket naming requirements. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html |