Skip to content

Commit 01d8476

Browse files
This release includes backward compatibility work on the "Expires" parameter.
1 parent 282f2db commit 01d8476

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

generator/ServiceModels/s3/s3-2006-03-01.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3566,7 +3566,7 @@
35663566
"type":"boolean",
35673567
"box":true
35683568
},
3569-
"Expires":{"type":"timestamp"},
3569+
"Expires":{"type":"string"},
35703570
"ExposeHeader":{"type":"string"},
35713571
"ExposeHeaders":{
35723572
"type":"list",

generator/ServiceModels/s3/s3-2006-03-01.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
"GetObjectOutput$Body": "<p>Object data.</p>",
406406
"GetObjectTorrentOutput$Body": "<p>A Bencoded dictionary as defined by the BitTorrent specification</p>",
407407
"PutObjectRequest$Body": "<p>Object data.</p>",
408-
"RecordsEvent$Payload": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
408+
"RecordsEvent$Payload": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
409409
"UploadPartRequest$Body": "<p>Object data.</p>",
410410
"WriteGetObjectResponseRequest$Body": "<p>The object data.</p>"
411411
}

generator/ServiceModels/s3/s3-2006-03-01.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,7 +4309,7 @@
43094309
"type":"boolean",
43104310
"box":true
43114311
},
4312-
"Expires":{"type":"timestamp"},
4312+
"Expires":{"type":"string"},
43134313
"ExposeHeader":{"type":"string"},
43144314
"ExposeHeaders":{
43154315
"type":"list",
@@ -10773,7 +10773,7 @@
1077310773
"members":{
1077410774
"Payload":{
1077510775
"shape":"Body",
10776-
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
10776+
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
1077710777
"eventpayload":true
1077810778
}
1077910779
},

0 commit comments

Comments
 (0)