質問編集履歴

1

リスト処理を追加

2019/09/19 02:18

投稿

Web_akira
Web_akira

スコア34

test CHANGED
File without changes
test CHANGED
@@ -43,6 +43,16 @@
43
43
  'Bucket' => S3_BUCKET_NAME
44
44
 
45
45
  ]);
46
+
47
+ foreach ($results as $result) {
48
+
49
+ foreach ($result['Contents'] as $object) {
50
+
51
+ echo $object['Key'] . "\n";
52
+
53
+ }
54
+
55
+ }
46
56
 
47
57
  } catch (Exception $e) {
48
58