質問編集履歴
1
微修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,8 +37,8 @@
|
|
37
37
|
|
38
38
|
# Full example call:
|
39
39
|
def run_me
|
40
|
-
bucket_name = '
|
40
|
+
bucket_name = 'hogehoge'
|
41
|
-
region = '
|
41
|
+
region = 'ap-northeast-1'
|
42
42
|
s3_client = Aws::S3::Client.new(region: region)
|
43
43
|
|
44
44
|
if bucket_exists?(s3_client, bucket_name)
|