aws/s3-rm

Remove from S3

Delete files from S3

aws
s3
remove
delete

Command

aws s3 rm s3://my-bucket/file.txt

Examples

Delete file from bucket

aws s3 rm s3://my-bucket/file.txt

Delete all objects in bucket

aws s3 rm s3://my-bucket/ --recursive