aws-sdk-core 2.11.399 → 2.11.400

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,7 @@
37
37
  "CustomAttributesHeader":{
38
38
  "type":"string",
39
39
  "max":1024,
40
+ "pattern":"\\p{ASCII}*",
40
41
  "sensitive":true
41
42
  },
42
43
  "EndpointName":{
@@ -46,7 +47,8 @@
46
47
  },
47
48
  "Header":{
48
49
  "type":"string",
49
- "max":1024
50
+ "max":1024,
51
+ "pattern":"\\p{ASCII}*"
50
52
  },
51
53
  "InternalFailure":{
52
54
  "type":"structure",
@@ -85,6 +87,11 @@
85
87
  "shape":"CustomAttributesHeader",
86
88
  "location":"header",
87
89
  "locationName":"X-Amzn-SageMaker-Custom-Attributes"
90
+ },
91
+ "TargetModel":{
92
+ "shape":"TargetModelHeader",
93
+ "location":"header",
94
+ "locationName":"X-Amzn-SageMaker-Target-Model"
88
95
  }
89
96
  },
90
97
  "payload":"Body"
@@ -139,6 +146,12 @@
139
146
  "synthetic":true
140
147
  },
141
148
  "StatusCode":{"type":"integer"},
149
+ "TargetModelHeader":{
150
+ "type":"string",
151
+ "max":1024,
152
+ "min":1,
153
+ "pattern":"\\A\\S[\\p{Print}]*\\z"
154
+ },
142
155
  "ValidationError":{
143
156
  "type":"structure",
144
157
  "members":{
@@ -2345,6 +2345,20 @@
2345
2345
  "member":{"shape":"Event"},
2346
2346
  "flattened":true
2347
2347
  },
2348
+ "ExistingObjectReplication":{
2349
+ "type":"structure",
2350
+ "required":["Status"],
2351
+ "members":{
2352
+ "Status":{"shape":"ExistingObjectReplicationStatus"}
2353
+ }
2354
+ },
2355
+ "ExistingObjectReplicationStatus":{
2356
+ "type":"string",
2357
+ "enum":[
2358
+ "Enabled",
2359
+ "Disabled"
2360
+ ]
2361
+ },
2348
2362
  "Expiration":{"type":"string"},
2349
2363
  "ExpirationStatus":{
2350
2364
  "type":"string",
@@ -5759,6 +5773,7 @@
5759
5773
  "Filter":{"shape":"ReplicationRuleFilter"},
5760
5774
  "Status":{"shape":"ReplicationRuleStatus"},
5761
5775
  "SourceSelectionCriteria":{"shape":"SourceSelectionCriteria"},
5776
+ "ExistingObjectReplication":{"shape":"ExistingObjectReplication"},
5762
5777
  "Destination":{"shape":"Destination"},
5763
5778
  "DeleteMarkerReplication":{"shape":"DeleteMarkerReplication"}
5764
5779
  }
@@ -84,10 +84,13 @@
84
84
  "CreateBucket": [
85
85
  {
86
86
  "input": {
87
- "Bucket": "examplebucket"
87
+ "Bucket": "examplebucket",
88
+ "CreateBucketConfiguration": {
89
+ "LocationConstraint": "eu-west-1"
90
+ }
88
91
  },
89
92
  "output": {
90
- "Location": "/examplebucket"
93
+ "Location": "http://examplebucket.s3.amazonaws.com/"
91
94
  },
92
95
  "comments": {
93
96
  "input": {
@@ -95,19 +98,16 @@
95
98
  "output": {
96
99
  }
97
100
  },
98
- "description": "The following example creates a bucket.",
99
- "id": "to-create-a-bucket--1472851826060",
100
- "title": "To create a bucket "
101
+ "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
102
+ "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
103
+ "title": "To create a bucket in a specific region"
101
104
  },
102
105
  {
103
106
  "input": {
104
- "Bucket": "examplebucket",
105
- "CreateBucketConfiguration": {
106
- "LocationConstraint": "eu-west-1"
107
- }
107
+ "Bucket": "examplebucket"
108
108
  },
109
109
  "output": {
110
- "Location": "http://examplebucket.s3.amazonaws.com/"
110
+ "Location": "/examplebucket"
111
111
  },
112
112
  "comments": {
113
113
  "input": {
@@ -115,9 +115,9 @@
115
115
  "output": {
116
116
  }
117
117
  },
118
- "description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
119
- "id": "to-create-a-bucket-in-a-specific-region-1483399072992",
120
- "title": "To create a bucket in a specific region"
118
+ "description": "The following example creates a bucket.",
119
+ "id": "to-create-a-bucket--1472851826060",
120
+ "title": "To create a bucket "
121
121
  }
122
122
  ],
123
123
  "CreateMultipartUpload": [
@@ -334,10 +334,12 @@
334
334
  "Delete": {
335
335
  "Objects": [
336
336
  {
337
- "Key": "objectkey1"
337
+ "Key": "HappyFace.jpg",
338
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
338
339
  },
339
340
  {
340
- "Key": "objectkey2"
341
+ "Key": "HappyFace.jpg",
342
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
341
343
  }
342
344
  ],
343
345
  "Quiet": false
@@ -346,14 +348,12 @@
346
348
  "output": {
347
349
  "Deleted": [
348
350
  {
349
- "DeleteMarker": "true",
350
- "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
351
- "Key": "objectkey1"
351
+ "Key": "HappyFace.jpg",
352
+ "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
352
353
  },
353
354
  {
354
- "DeleteMarker": "true",
355
- "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
356
- "Key": "objectkey2"
355
+ "Key": "HappyFace.jpg",
356
+ "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
357
357
  }
358
358
  ]
359
359
  },
@@ -363,9 +363,9 @@
363
363
  "output": {
364
364
  }
365
365
  },
366
- "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
367
- "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
368
- "title": "To delete multiple objects from a versioned bucket"
366
+ "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
367
+ "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
368
+ "title": "To delete multiple object versions from a versioned bucket"
369
369
  },
370
370
  {
371
371
  "input": {
@@ -373,12 +373,10 @@
373
373
  "Delete": {
374
374
  "Objects": [
375
375
  {
376
- "Key": "HappyFace.jpg",
377
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
376
+ "Key": "objectkey1"
378
377
  },
379
378
  {
380
- "Key": "HappyFace.jpg",
381
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
379
+ "Key": "objectkey2"
382
380
  }
383
381
  ],
384
382
  "Quiet": false
@@ -387,12 +385,14 @@
387
385
  "output": {
388
386
  "Deleted": [
389
387
  {
390
- "Key": "HappyFace.jpg",
391
- "VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
388
+ "DeleteMarker": "true",
389
+ "DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
390
+ "Key": "objectkey1"
392
391
  },
393
392
  {
394
- "Key": "HappyFace.jpg",
395
- "VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
393
+ "DeleteMarker": "true",
394
+ "DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
395
+ "Key": "objectkey2"
396
396
  }
397
397
  ]
398
398
  },
@@ -402,9 +402,9 @@
402
402
  "output": {
403
403
  }
404
404
  },
405
- "description": "The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.",
406
- "id": "to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737",
407
- "title": "To delete multiple object versions from a versioned bucket"
405
+ "description": "The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.",
406
+ "id": "to-delete-multiple-objects-from-a-versioned-bucket-1483146248805",
407
+ "title": "To delete multiple objects from a versioned bucket"
408
408
  }
409
409
  ],
410
410
  "GetBucketCors": [
@@ -989,37 +989,47 @@
989
989
  "ListMultipartUploads": [
990
990
  {
991
991
  "input": {
992
- "Bucket": "examplebucket"
992
+ "Bucket": "examplebucket",
993
+ "KeyMarker": "nextkeyfrompreviousresponse",
994
+ "MaxUploads": "2",
995
+ "UploadIdMarker": "valuefrompreviousresponse"
993
996
  },
994
997
  "output": {
998
+ "Bucket": "acl1",
999
+ "IsTruncated": true,
1000
+ "KeyMarker": "",
1001
+ "MaxUploads": "2",
1002
+ "NextKeyMarker": "someobjectkey",
1003
+ "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1004
+ "UploadIdMarker": "",
995
1005
  "Uploads": [
996
1006
  {
997
1007
  "Initiated": "2014-05-01T05:40:58.000Z",
998
1008
  "Initiator": {
999
- "DisplayName": "display-name",
1009
+ "DisplayName": "ownder-display-name",
1000
1010
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1001
1011
  },
1002
1012
  "Key": "JavaFile",
1003
1013
  "Owner": {
1004
- "DisplayName": "display-name",
1005
- "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1014
+ "DisplayName": "mohanataws",
1015
+ "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1006
1016
  },
1007
1017
  "StorageClass": "STANDARD",
1008
- "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1018
+ "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1009
1019
  },
1010
1020
  {
1011
1021
  "Initiated": "2014-05-01T05:41:27.000Z",
1012
1022
  "Initiator": {
1013
- "DisplayName": "display-name",
1023
+ "DisplayName": "ownder-display-name",
1014
1024
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1015
1025
  },
1016
1026
  "Key": "JavaFile",
1017
1027
  "Owner": {
1018
- "DisplayName": "display-name",
1028
+ "DisplayName": "ownder-display-name",
1019
1029
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1020
1030
  },
1021
1031
  "StorageClass": "STANDARD",
1022
- "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1032
+ "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1023
1033
  }
1024
1034
  ]
1025
1035
  },
@@ -1029,53 +1039,43 @@
1029
1039
  "output": {
1030
1040
  }
1031
1041
  },
1032
- "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1033
- "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1034
- "title": "To list in-progress multipart uploads on a bucket"
1042
+ "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1043
+ "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1044
+ "title": "List next set of multipart uploads when previous result is truncated"
1035
1045
  },
1036
1046
  {
1037
1047
  "input": {
1038
- "Bucket": "examplebucket",
1039
- "KeyMarker": "nextkeyfrompreviousresponse",
1040
- "MaxUploads": "2",
1041
- "UploadIdMarker": "valuefrompreviousresponse"
1048
+ "Bucket": "examplebucket"
1042
1049
  },
1043
1050
  "output": {
1044
- "Bucket": "acl1",
1045
- "IsTruncated": true,
1046
- "KeyMarker": "",
1047
- "MaxUploads": "2",
1048
- "NextKeyMarker": "someobjectkey",
1049
- "NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
1050
- "UploadIdMarker": "",
1051
1051
  "Uploads": [
1052
1052
  {
1053
1053
  "Initiated": "2014-05-01T05:40:58.000Z",
1054
1054
  "Initiator": {
1055
- "DisplayName": "ownder-display-name",
1055
+ "DisplayName": "display-name",
1056
1056
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1057
1057
  },
1058
1058
  "Key": "JavaFile",
1059
1059
  "Owner": {
1060
- "DisplayName": "mohanataws",
1061
- "ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1060
+ "DisplayName": "display-name",
1061
+ "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1062
1062
  },
1063
1063
  "StorageClass": "STANDARD",
1064
- "UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1064
+ "UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
1065
1065
  },
1066
1066
  {
1067
1067
  "Initiated": "2014-05-01T05:41:27.000Z",
1068
1068
  "Initiator": {
1069
- "DisplayName": "ownder-display-name",
1069
+ "DisplayName": "display-name",
1070
1070
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1071
1071
  },
1072
1072
  "Key": "JavaFile",
1073
1073
  "Owner": {
1074
- "DisplayName": "ownder-display-name",
1074
+ "DisplayName": "display-name",
1075
1075
  "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
1076
1076
  },
1077
1077
  "StorageClass": "STANDARD",
1078
- "UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1078
+ "UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
1079
1079
  }
1080
1080
  ]
1081
1081
  },
@@ -1085,9 +1085,9 @@
1085
1085
  "output": {
1086
1086
  }
1087
1087
  },
1088
- "description": "The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next setup of multipart uploads.",
1089
- "id": "list-next-set-of-multipart-uploads-when-previous-result-is-truncated-1482428106748",
1090
- "title": "List next set of multipart uploads when previous result is truncated"
1088
+ "description": "The following example lists in-progress multipart uploads on a specific bucket.",
1089
+ "id": "to-list-in-progress-multipart-uploads-on-a-bucket-1481852775260",
1090
+ "title": "To list in-progress multipart uploads on a bucket"
1091
1091
  }
1092
1092
  ],
1093
1093
  "ListObjectVersions": [
@@ -1567,14 +1567,13 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "ACL": "authenticated-read",
1571
1570
  "Body": "filetoupload",
1572
1571
  "Bucket": "examplebucket",
1573
- "Key": "exampleobject"
1572
+ "Key": "objectkey"
1574
1573
  },
1575
1574
  "output": {
1576
1575
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1577
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1576
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1578
1577
  },
1579
1578
  "comments": {
1580
1579
  "input": {
@@ -1582,19 +1581,20 @@
1582
1581
  "output": {
1583
1582
  }
1584
1583
  },
1585
- "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1586
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1587
- "title": "To upload an object and specify canned ACL."
1584
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1585
+ "id": "to-create-an-object-1483147613675",
1586
+ "title": "To create an object."
1588
1587
  },
1589
1588
  {
1590
1589
  "input": {
1591
- "Body": "HappyFace.jpg",
1590
+ "Body": "c:\\HappyFace.jpg",
1592
1591
  "Bucket": "examplebucket",
1593
- "Key": "HappyFace.jpg"
1592
+ "Key": "HappyFace.jpg",
1593
+ "Tagging": "key1=value1&key2=value2"
1594
1594
  },
1595
1595
  "output": {
1596
1596
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1597
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1597
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1598
1598
  },
1599
1599
  "comments": {
1600
1600
  "input": {
@@ -1602,19 +1602,22 @@
1602
1602
  "output": {
1603
1603
  }
1604
1604
  },
1605
- "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1606
- "id": "to-upload-an-object-1481760101010",
1607
- "title": "To upload an object"
1605
+ "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1606
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1607
+ "title": "To upload an object and specify optional tags"
1608
1608
  },
1609
1609
  {
1610
1610
  "input": {
1611
1611
  "Body": "filetoupload",
1612
1612
  "Bucket": "examplebucket",
1613
- "Key": "objectkey"
1613
+ "Key": "exampleobject",
1614
+ "ServerSideEncryption": "AES256",
1615
+ "Tagging": "key1=value1&key2=value2"
1614
1616
  },
1615
1617
  "output": {
1616
1618
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1617
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1619
+ "ServerSideEncryption": "AES256",
1620
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1618
1621
  },
1619
1622
  "comments": {
1620
1623
  "input": {
@@ -1622,23 +1625,19 @@
1622
1625
  "output": {
1623
1626
  }
1624
1627
  },
1625
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1626
- "id": "to-create-an-object-1483147613675",
1627
- "title": "To create an object."
1628
+ "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1629
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1630
+ "title": "To upload an object and specify server-side encryption and object tags"
1628
1631
  },
1629
1632
  {
1630
1633
  "input": {
1631
- "Body": "filetoupload",
1634
+ "Body": "HappyFace.jpg",
1632
1635
  "Bucket": "examplebucket",
1633
- "Key": "exampleobject",
1634
- "Metadata": {
1635
- "metadata1": "value1",
1636
- "metadata2": "value2"
1637
- }
1636
+ "Key": "HappyFace.jpg"
1638
1637
  },
1639
1638
  "output": {
1640
1639
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1641
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1640
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1642
1641
  },
1643
1642
  "comments": {
1644
1643
  "input": {
@@ -1646,20 +1645,20 @@
1646
1645
  "output": {
1647
1646
  }
1648
1647
  },
1649
- "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1650
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1651
- "title": "To upload object and specify user-defined metadata"
1648
+ "description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
1649
+ "id": "to-upload-an-object-1481760101010",
1650
+ "title": "To upload an object"
1652
1651
  },
1653
1652
  {
1654
1653
  "input": {
1655
- "Body": "c:\\HappyFace.jpg",
1654
+ "ACL": "authenticated-read",
1655
+ "Body": "filetoupload",
1656
1656
  "Bucket": "examplebucket",
1657
- "Key": "HappyFace.jpg",
1658
- "Tagging": "key1=value1&key2=value2"
1657
+ "Key": "exampleobject"
1659
1658
  },
1660
1659
  "output": {
1661
1660
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1662
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1661
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1663
1662
  },
1664
1663
  "comments": {
1665
1664
  "input": {
@@ -1667,22 +1666,22 @@
1667
1666
  "output": {
1668
1667
  }
1669
1668
  },
1670
- "description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1671
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1672
- "title": "To upload an object and specify optional tags"
1669
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1670
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1671
+ "title": "To upload an object and specify canned ACL."
1673
1672
  },
1674
1673
  {
1675
1674
  "input": {
1676
- "Body": "filetoupload",
1675
+ "Body": "HappyFace.jpg",
1677
1676
  "Bucket": "examplebucket",
1678
- "Key": "exampleobject",
1677
+ "Key": "HappyFace.jpg",
1679
1678
  "ServerSideEncryption": "AES256",
1680
- "Tagging": "key1=value1&key2=value2"
1679
+ "StorageClass": "STANDARD_IA"
1681
1680
  },
1682
1681
  "output": {
1683
1682
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1684
1683
  "ServerSideEncryption": "AES256",
1685
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1684
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1686
1685
  },
1687
1686
  "comments": {
1688
1687
  "input": {
@@ -1690,22 +1689,23 @@
1690
1689
  "output": {
1691
1690
  }
1692
1691
  },
1693
- "description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
1694
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1695
- "title": "To upload an object and specify server-side encryption and object tags"
1692
+ "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1693
+ "id": "to-upload-an-object-(specify-optional-headers)",
1694
+ "title": "To upload an object (specify optional headers)"
1696
1695
  },
1697
1696
  {
1698
1697
  "input": {
1699
- "Body": "HappyFace.jpg",
1698
+ "Body": "filetoupload",
1700
1699
  "Bucket": "examplebucket",
1701
- "Key": "HappyFace.jpg",
1702
- "ServerSideEncryption": "AES256",
1703
- "StorageClass": "STANDARD_IA"
1700
+ "Key": "exampleobject",
1701
+ "Metadata": {
1702
+ "metadata1": "value1",
1703
+ "metadata2": "value2"
1704
+ }
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1708
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1709
1709
  },
1710
1710
  "comments": {
1711
1711
  "input": {
@@ -1713,9 +1713,9 @@
1713
1713
  "output": {
1714
1714
  }
1715
1715
  },
1716
- "description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
1717
- "id": "to-upload-an-object-(specify-optional-headers)",
1718
- "title": "To upload an object (specify optional headers)"
1716
+ "description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1718
+ "title": "To upload object and specify user-defined metadata"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [