Skip to content

fredericfran-gds/s3BucketRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic S3 Bucket Remover

This is a utility to delete a S3 bucket because there is no direct AWS CLI command to delete a versioned S3 bucket

Usage

Prerequisites

  1. Assume that you have either:

  2. exported your AWS credentials or

  3. set your AWS credentials file ~/.aws/credentials or

  4. configured aws vault

  5. have Go installed, tested with version 1.11

Run

  1. execute:
    go run main.go --name <s3_bucket_name> --region <aws_region>
    
    where <s3_bucket_name> is the bucket name to be deleted and <aws_region> is the name of the AWS region where the S3 bucket is located

About

Utility to delete a versioned S3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages