Skip to content

Commit f426b09

Browse files
authoredJan 31, 2024
Php: Cleans up the S3 directory (first pass) and fixes some failing tests in IAM, DynamoDB, and Glue. (#5960)
Cleans up the S3 directory (first pass) and fixes some failing tests in IAM, DynamoDB, and Glue.
1 parent 3015f1a commit f426b09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+105565
-1029
lines changed
 

‎.doc_gen/metadata/cross_metadata.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cross_PAM:
5555
PHP:
5656
versions:
5757
- sdk_version: 3
58+
github: php/applications/photo_asset_manager
5859
block_content: cross_PAM_PHP_block.xml
5960
Rust:
6061
versions:

‎.doc_gen/metadata/s3_metadata.yaml

+17-8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ s3_Hello:
5151
- description:
5252
snippet_tags:
5353
- 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
5463
services:
5564
s3: {ListBuckets}
5665
s3_CreateBucket:
@@ -116,7 +125,7 @@ s3_CreateBucket:
116125
PHP:
117126
versions:
118127
- sdk_version: 3
119-
github: php/example_code/s3/s3_basics
128+
github: php/example_code/s3
120129
excerpts:
121130
- description: Create a bucket.
122131
snippet_tags:
@@ -248,7 +257,7 @@ s3_CopyObject:
248257
PHP:
249258
versions:
250259
- sdk_version: 3
251-
github: php/example_code/s3/s3_basics
260+
github: php/example_code/s3
252261
excerpts:
253262
- description: Simple copy of an object.
254263
snippet_tags:
@@ -518,7 +527,7 @@ s3_DeleteObjects:
518527
PHP:
519528
versions:
520529
- sdk_version: 3
521-
github: php/example_code/s3/s3_basics
530+
github: php/example_code/s3
522531
excerpts:
523532
- description: Delete a set of objects from a list of keys.
524533
snippet_tags:
@@ -828,7 +837,7 @@ s3_GetObject:
828837
PHP:
829838
versions:
830839
- sdk_version: 3
831-
github: php/example_code/s3/s3_basics
840+
github: php/example_code/s3
832841
excerpts:
833842
- description: Get an object.
834843
snippet_tags:
@@ -1150,7 +1159,7 @@ s3_ListObjects:
11501159
PHP:
11511160
versions:
11521161
- sdk_version: 3
1153-
github: php/example_code/s3/s3_basics
1162+
github: php/example_code/s3
11541163
excerpts:
11551164
- description: List objects in a bucket.
11561165
snippet_tags:
@@ -1318,7 +1327,7 @@ s3_PutObject:
13181327
PHP:
13191328
versions:
13201329
- sdk_version: 3
1321-
github: php/example_code/s3/s3_basics
1330+
github: php/example_code/s3
13221331
excerpts:
13231332
- description: Upload an object to a bucket.
13241333
snippet_tags:
@@ -1466,7 +1475,7 @@ s3_DeleteBucket:
14661475
PHP:
14671476
versions:
14681477
- sdk_version: 3
1469-
github: php/example_code/s3/s3_basics
1478+
github: php/example_code/s3
14701479
excerpts:
14711480
- description: Delete an empty bucket.
14721481
snippet_tags:
@@ -2579,7 +2588,7 @@ s3_Scenario_GettingStarted:
25792588
PHP:
25802589
versions:
25812590
- sdk_version: 3
2582-
github: php/example_code/s3/s3_basics
2591+
github: php/example_code/s3
25832592
sdkguide:
25842593
excerpts:
25852594
- description:

0 commit comments

Comments
 (0)