Skip to content

Commit c94ceef

Browse files
- SELECT on aws.s3.objects working.
1 parent 830246d commit c94ceef

File tree

1 file changed

+7
-3
lines changed
  • test/registry/src/aws/v0.1.0/services

1 file changed

+7
-3
lines changed

test/registry/src/aws/v0.1.0/services/s3.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,12 @@ paths:
11781178
required: true
11791179
schema:
11801180
$ref: '#/components/schemas/BucketName'
1181+
- name: x-amz-content-sha256
1182+
in: header
1183+
required: false
1184+
schema:
1185+
type: string
1186+
default: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
11811187
- name: delimiter
11821188
in: query
11831189
required: false
@@ -15744,9 +15750,6 @@ components:
1574415750
properties:
1574515751
Buckets:
1574615752
type: array
15747-
xml:
15748-
wrapped: true
15749-
name: Buckets
1575015753
items:
1575115754
allOf:
1575215755
- $ref: "#/components/schemas/Bucket"
@@ -23116,6 +23119,7 @@ components:
2311623119
response:
2311723120
mediaType: text/xml
2311823121
openAPIDocKey: '200'
23122+
objectKey: /*/Contents
2311923123
put_object:
2312023124
operation:
2312123125
$ref: '#/paths/~1{Bucket}~1{Key+}?x-id=PutObject/put'

0 commit comments

Comments
 (0)