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
aws s3 rm s3://my-bucket/file.txt
Delete file from bucket
aws s3 rm s3://my-bucket/file.txt
Delete all objects in bucket
aws s3 rm s3://my-bucket/ --recursive