AWS S3 bucketをawscliから削除する。
$ aws s3 rb s3://bucket-name
データが空でないバケットは削除できない。
以下のように--forceオプションを追加する。
$ aws s3 rb s3://bucket-name --force
Go to list of users who liked
More than 3 years have passed since last update.
AWS S3 bucketをawscliから削除する。
$ aws s3 rb s3://bucket-name
データが空でないバケットは削除できない。
以下のように--forceオプションを追加する。
$ aws s3 rb s3://bucket-name --force
Register as a new user and use Qiita more conveniently
Go to list of users who liked