質問編集履歴
1
微修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,9 +76,9 @@
|
|
76
76
|
|
77
77
|
def run_me
|
78
78
|
|
79
|
-
bucket_name = '
|
79
|
+
bucket_name = 'hogehoge'
|
80
|
-
|
80
|
+
|
81
|
-
region = '
|
81
|
+
region = 'ap-northeast-1'
|
82
82
|
|
83
83
|
s3_client = Aws::S3::Client.new(region: region)
|
84
84
|
|