@@ -51,6 +51,15 @@ s3_Hello:
51
51
- description :
52
52
snippet_tags :
53
53
- javascript.v3.s3.hello
54
+ PHP :
55
+ versions :
56
+ - sdk_version : 3
57
+ github : php/example_code/s3
58
+ sdkguide :
59
+ excerpts :
60
+ - description :
61
+ snippet_tags :
62
+ - php.example_code.s3.basics.helloService
54
63
services :
55
64
s3 : {ListBuckets}
56
65
s3_CreateBucket :
@@ -116,7 +125,7 @@ s3_CreateBucket:
116
125
PHP :
117
126
versions :
118
127
- sdk_version : 3
119
- github : php/example_code/s3/s3_basics
128
+ github : php/example_code/s3
120
129
excerpts :
121
130
- description : Create a bucket.
122
131
snippet_tags :
@@ -248,7 +257,7 @@ s3_CopyObject:
248
257
PHP :
249
258
versions :
250
259
- sdk_version : 3
251
- github : php/example_code/s3/s3_basics
260
+ github : php/example_code/s3
252
261
excerpts :
253
262
- description : Simple copy of an object.
254
263
snippet_tags :
@@ -518,7 +527,7 @@ s3_DeleteObjects:
518
527
PHP :
519
528
versions :
520
529
- sdk_version : 3
521
- github : php/example_code/s3/s3_basics
530
+ github : php/example_code/s3
522
531
excerpts :
523
532
- description : Delete a set of objects from a list of keys.
524
533
snippet_tags :
@@ -828,7 +837,7 @@ s3_GetObject:
828
837
PHP :
829
838
versions :
830
839
- sdk_version : 3
831
- github : php/example_code/s3/s3_basics
840
+ github : php/example_code/s3
832
841
excerpts :
833
842
- description : Get an object.
834
843
snippet_tags :
@@ -1150,7 +1159,7 @@ s3_ListObjects:
1150
1159
PHP :
1151
1160
versions :
1152
1161
- sdk_version : 3
1153
- github : php/example_code/s3/s3_basics
1162
+ github : php/example_code/s3
1154
1163
excerpts :
1155
1164
- description : List objects in a bucket.
1156
1165
snippet_tags :
@@ -1318,7 +1327,7 @@ s3_PutObject:
1318
1327
PHP :
1319
1328
versions :
1320
1329
- sdk_version : 3
1321
- github : php/example_code/s3/s3_basics
1330
+ github : php/example_code/s3
1322
1331
excerpts :
1323
1332
- description : Upload an object to a bucket.
1324
1333
snippet_tags :
@@ -1466,7 +1475,7 @@ s3_DeleteBucket:
1466
1475
PHP :
1467
1476
versions :
1468
1477
- sdk_version : 3
1469
- github : php/example_code/s3/s3_basics
1478
+ github : php/example_code/s3
1470
1479
excerpts :
1471
1480
- description : Delete an empty bucket.
1472
1481
snippet_tags :
@@ -2579,7 +2588,7 @@ s3_Scenario_GettingStarted:
2579
2588
PHP :
2580
2589
versions :
2581
2590
- sdk_version : 3
2582
- github : php/example_code/s3/s3_basics
2591
+ github : php/example_code/s3
2583
2592
sdkguide :
2584
2593
excerpts :
2585
2594
- description :
0 commit comments