aws-sdk 2.1633.0 → 2.1635.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -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": [
@@ -1570,14 +1570,33 @@
1570
1570
  "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
1572
  "Key": "exampleobject",
1573
- "Metadata": {
1574
- "metadata1": "value1",
1575
- "metadata2": "value2"
1573
+ "ServerSideEncryption": "AES256",
1574
+ "Tagging": "key1=value1&key2=value2"
1575
+ },
1576
+ "output": {
1577
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1578
+ "ServerSideEncryption": "AES256",
1579
+ "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1580
+ },
1581
+ "comments": {
1582
+ "input": {
1583
+ },
1584
+ "output": {
1576
1585
  }
1577
1586
  },
1587
+ "description": "The following example uploads an 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.",
1588
+ "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1589
+ "title": "To upload an object and specify server-side encryption and object tags"
1590
+ },
1591
+ {
1592
+ "input": {
1593
+ "Body": "filetoupload",
1594
+ "Bucket": "examplebucket",
1595
+ "Key": "objectkey"
1596
+ },
1578
1597
  "output": {
1579
1598
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1580
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1599
+ "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1581
1600
  },
1582
1601
  "comments": {
1583
1602
  "input": {
@@ -1585,9 +1604,9 @@
1585
1604
  "output": {
1586
1605
  }
1587
1606
  },
1588
- "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.",
1589
- "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
- "title": "To upload object and specify user-defined metadata"
1607
+ "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1608
+ "id": "to-create-an-object-1483147613675",
1609
+ "title": "To create an object."
1591
1610
  },
1592
1611
  {
1593
1612
  "input": {
@@ -1637,31 +1656,15 @@
1637
1656
  "input": {
1638
1657
  "Body": "filetoupload",
1639
1658
  "Bucket": "examplebucket",
1640
- "Key": "objectkey"
1641
- },
1642
- "output": {
1643
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1644
- "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
1645
- },
1646
- "comments": {
1647
- "input": {
1648
- },
1649
- "output": {
1659
+ "Key": "exampleobject",
1660
+ "Metadata": {
1661
+ "metadata1": "value1",
1662
+ "metadata2": "value2"
1650
1663
  }
1651
1664
  },
1652
- "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
1653
- "id": "to-create-an-object-1483147613675",
1654
- "title": "To create an object."
1655
- },
1656
- {
1657
- "input": {
1658
- "Body": "HappyFace.jpg",
1659
- "Bucket": "examplebucket",
1660
- "Key": "HappyFace.jpg"
1661
- },
1662
1665
  "output": {
1663
1666
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1664
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1667
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1665
1668
  },
1666
1669
  "comments": {
1667
1670
  "input": {
@@ -1669,9 +1672,9 @@
1669
1672
  "output": {
1670
1673
  }
1671
1674
  },
1672
- "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.",
1673
- "id": "to-upload-an-object-1481760101010",
1674
- "title": "To upload an object"
1675
+ "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.",
1676
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1677
+ "title": "To upload object and specify user-defined metadata"
1675
1678
  },
1676
1679
  {
1677
1680
  "input": {
@@ -1696,16 +1699,13 @@
1696
1699
  },
1697
1700
  {
1698
1701
  "input": {
1699
- "Body": "filetoupload",
1702
+ "Body": "HappyFace.jpg",
1700
1703
  "Bucket": "examplebucket",
1701
- "Key": "exampleobject",
1702
- "ServerSideEncryption": "AES256",
1703
- "Tagging": "key1=value1&key2=value2"
1704
+ "Key": "HappyFace.jpg"
1704
1705
  },
1705
1706
  "output": {
1706
1707
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1707
- "ServerSideEncryption": "AES256",
1708
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1708
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
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 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.",
1717
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1718
- "title": "To upload an object and specify server-side encryption and object tags"
1716
+ "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.",
1717
+ "id": "to-upload-an-object-1481760101010",
1718
+ "title": "To upload an object"
1719
1719
  }
1720
1720
  ],
1721
1721
  "PutObjectAcl": [
@@ -254,6 +254,9 @@
254
254
  "locationName": "Content-Type"
255
255
  },
256
256
  "CopySource": {
257
+ "contextParam": {
258
+ "name": "CopySource"
259
+ },
257
260
  "location": "header",
258
261
  "locationName": "x-amz-copy-source"
259
262
  },
@@ -297,6 +300,9 @@
297
300
  "locationName": "x-amz-grant-write-acp"
298
301
  },
299
302
  "Key": {
303
+ "contextParam": {
304
+ "name": "Key"
305
+ },
300
306
  "location": "uri",
301
307
  "locationName": "Key"
302
308
  },