Skip to content

dotnetmentor/aws-s3

Repository files navigation

aws-s3

A tool for doing common AWS S3 tasks

Commands

Prune command

./aws-s3 prune -bucket my-bucket -region us-west-1 -prefix daily/ -max-age 168h -dry-run

Development

./run <command> <flags>

Releasing

Pre-requisites:

goreleaser release --rm-dist