Make a bucket (mb
) on AWS S3 calledΒ my_new_bucket
. The bucket name you choose must beΒ globallyΒ unique, meaning nobody else in the world must have used that bucket name before.
Command:
aws s3 mb s3://my_new_bucket
sten's entertainment blog.
Make a bucket (mb
) on AWS S3 calledΒ my_new_bucket
. The bucket name you choose must beΒ globallyΒ unique, meaning nobody else in the world must have used that bucket name before.
Command:
aws s3 mb s3://my_new_bucket
Recent Comments