LoginSignup
3
2

More than 5 years have passed since last update.

S3 事始め

Posted at

前提条件

AWS CLIの設定が完了していること

Bucket作成

aws s3 mb s3://hogefuga1226

Objectのアップロード

aws s3 cp hello_s3.html s3://hogefuga1226/index.html

ObjectACLの変更

aws s3 cp --acl public-read hello_s3.html s3://hogefuga1226/

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2