bin/console Aws>s3 = Aws::S3::Client.new(region: 'ap-northeast-1a') Aws>s3.list_buckets
事前に.envにAWSクレデンシャルを設定しておく。
.env