cdk-docker-image-deployment 0.0.146 → 0.0.148
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.
- package/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +5 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +246 -195
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +2 -1
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +5 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +163 -163
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +329 -311
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +21 -21
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +44 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +4 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -0
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -257,10 +257,8 @@
|
|
|
257
257
|
"DeleteObject": [
|
|
258
258
|
{
|
|
259
259
|
"input": {
|
|
260
|
-
"Bucket": "
|
|
261
|
-
"Key": "
|
|
262
|
-
},
|
|
263
|
-
"output": {
|
|
260
|
+
"Bucket": "ExampleBucket",
|
|
261
|
+
"Key": "HappyFace.jpg"
|
|
264
262
|
},
|
|
265
263
|
"comments": {
|
|
266
264
|
"input": {
|
|
@@ -268,14 +266,16 @@
|
|
|
268
266
|
"output": {
|
|
269
267
|
}
|
|
270
268
|
},
|
|
271
|
-
"description": "The following example deletes an object from
|
|
272
|
-
"id": "to-delete-an-object-
|
|
273
|
-
"title": "To delete an object"
|
|
269
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
|
270
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
|
271
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
|
274
272
|
},
|
|
275
273
|
{
|
|
276
274
|
"input": {
|
|
277
|
-
"Bucket": "
|
|
278
|
-
"Key": "
|
|
275
|
+
"Bucket": "examplebucket",
|
|
276
|
+
"Key": "objectkey.jpg"
|
|
277
|
+
},
|
|
278
|
+
"output": {
|
|
279
279
|
},
|
|
280
280
|
"comments": {
|
|
281
281
|
"input": {
|
|
@@ -283,20 +283,19 @@
|
|
|
283
283
|
"output": {
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
|
-
"description": "The following example deletes an object from
|
|
287
|
-
"id": "to-delete-an-object-
|
|
288
|
-
"title": "To delete an object
|
|
286
|
+
"description": "The following example deletes an object from an S3 bucket.",
|
|
287
|
+
"id": "to-delete-an-object-1472850136595",
|
|
288
|
+
"title": "To delete an object"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
291
291
|
"DeleteObjectTagging": [
|
|
292
292
|
{
|
|
293
293
|
"input": {
|
|
294
294
|
"Bucket": "examplebucket",
|
|
295
|
-
"Key": "HappyFace.jpg"
|
|
296
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
295
|
+
"Key": "HappyFace.jpg"
|
|
297
296
|
},
|
|
298
297
|
"output": {
|
|
299
|
-
"VersionId": "
|
|
298
|
+
"VersionId": "null"
|
|
300
299
|
},
|
|
301
300
|
"comments": {
|
|
302
301
|
"input": {
|
|
@@ -304,17 +303,18 @@
|
|
|
304
303
|
"output": {
|
|
305
304
|
}
|
|
306
305
|
},
|
|
307
|
-
"description": "The following example removes tag set associated with the specified object
|
|
308
|
-
"id": "to-remove-tag-set-from-an-object-
|
|
309
|
-
"title": "To remove tag set from an object
|
|
306
|
+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
|
|
307
|
+
"id": "to-remove-tag-set-from-an-object-1483145342862",
|
|
308
|
+
"title": "To remove tag set from an object"
|
|
310
309
|
},
|
|
311
310
|
{
|
|
312
311
|
"input": {
|
|
313
312
|
"Bucket": "examplebucket",
|
|
314
|
-
"Key": "HappyFace.jpg"
|
|
313
|
+
"Key": "HappyFace.jpg",
|
|
314
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
315
315
|
},
|
|
316
316
|
"output": {
|
|
317
|
-
"VersionId": "
|
|
317
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
318
318
|
},
|
|
319
319
|
"comments": {
|
|
320
320
|
"input": {
|
|
@@ -322,9 +322,9 @@
|
|
|
322
322
|
"output": {
|
|
323
323
|
}
|
|
324
324
|
},
|
|
325
|
-
"description": "The following example removes tag set associated with the specified object.
|
|
326
|
-
"id": "to-remove-tag-set-from-an-object-
|
|
327
|
-
"title": "To remove tag set from an object"
|
|
325
|
+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
|
|
326
|
+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
|
|
327
|
+
"title": "To remove tag set from an object version"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
330
|
"DeleteObjects": [
|
|
@@ -334,12 +334,10 @@
|
|
|
334
334
|
"Delete": {
|
|
335
335
|
"Objects": [
|
|
336
336
|
{
|
|
337
|
-
"Key": "
|
|
338
|
-
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
337
|
+
"Key": "objectkey1"
|
|
339
338
|
},
|
|
340
339
|
{
|
|
341
|
-
"Key": "
|
|
342
|
-
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
340
|
+
"Key": "objectkey2"
|
|
343
341
|
}
|
|
344
342
|
],
|
|
345
343
|
"Quiet": false
|
|
@@ -348,12 +346,14 @@
|
|
|
348
346
|
"output": {
|
|
349
347
|
"Deleted": [
|
|
350
348
|
{
|
|
351
|
-
"
|
|
352
|
-
"
|
|
349
|
+
"DeleteMarker": "true",
|
|
350
|
+
"DeleteMarkerVersionId": "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
|
351
|
+
"Key": "objectkey1"
|
|
353
352
|
},
|
|
354
353
|
{
|
|
355
|
-
"
|
|
356
|
-
"
|
|
354
|
+
"DeleteMarker": "true",
|
|
355
|
+
"DeleteMarkerVersionId": "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
|
|
356
|
+
"Key": "objectkey2"
|
|
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 request
|
|
367
|
-
"id": "to-delete-multiple-
|
|
368
|
-
"title": "To delete multiple
|
|
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"
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"input": {
|
|
@@ -373,10 +373,12 @@
|
|
|
373
373
|
"Delete": {
|
|
374
374
|
"Objects": [
|
|
375
375
|
{
|
|
376
|
-
"Key": "
|
|
376
|
+
"Key": "HappyFace.jpg",
|
|
377
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
377
378
|
},
|
|
378
379
|
{
|
|
379
|
-
"Key": "
|
|
380
|
+
"Key": "HappyFace.jpg",
|
|
381
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
380
382
|
}
|
|
381
383
|
],
|
|
382
384
|
"Quiet": false
|
|
@@ -385,14 +387,12 @@
|
|
|
385
387
|
"output": {
|
|
386
388
|
"Deleted": [
|
|
387
389
|
{
|
|
388
|
-
"
|
|
389
|
-
"
|
|
390
|
-
"Key": "objectkey1"
|
|
390
|
+
"Key": "HappyFace.jpg",
|
|
391
|
+
"VersionId": "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd"
|
|
391
392
|
},
|
|
392
393
|
{
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"Key": "objectkey2"
|
|
394
|
+
"Key": "HappyFace.jpg",
|
|
395
|
+
"VersionId": "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b"
|
|
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
|
|
406
|
-
"id": "to-delete-multiple-
|
|
407
|
-
"title": "To delete multiple
|
|
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"
|
|
408
408
|
}
|
|
409
409
|
],
|
|
410
410
|
"GetBucketCors": [
|
|
@@ -728,17 +728,18 @@
|
|
|
728
728
|
{
|
|
729
729
|
"input": {
|
|
730
730
|
"Bucket": "examplebucket",
|
|
731
|
-
"Key": "
|
|
731
|
+
"Key": "SampleFile.txt",
|
|
732
|
+
"Range": "bytes=0-9"
|
|
732
733
|
},
|
|
733
734
|
"output": {
|
|
734
735
|
"AcceptRanges": "bytes",
|
|
735
|
-
"ContentLength": "
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"
|
|
736
|
+
"ContentLength": "10",
|
|
737
|
+
"ContentRange": "bytes 0-9/43",
|
|
738
|
+
"ContentType": "text/plain",
|
|
739
|
+
"ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
|
|
740
|
+
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
|
739
741
|
"Metadata": {
|
|
740
742
|
},
|
|
741
|
-
"TagCount": 2,
|
|
742
743
|
"VersionId": "null"
|
|
743
744
|
},
|
|
744
745
|
"comments": {
|
|
@@ -747,25 +748,24 @@
|
|
|
747
748
|
"output": {
|
|
748
749
|
}
|
|
749
750
|
},
|
|
750
|
-
"description": "The following example retrieves an object for an S3 bucket.",
|
|
751
|
-
"id": "to-retrieve-an-object
|
|
752
|
-
"title": "To retrieve an object"
|
|
751
|
+
"description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
|
|
752
|
+
"id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
|
|
753
|
+
"title": "To retrieve a byte range of an object "
|
|
753
754
|
},
|
|
754
755
|
{
|
|
755
756
|
"input": {
|
|
756
757
|
"Bucket": "examplebucket",
|
|
757
|
-
"Key": "
|
|
758
|
-
"Range": "bytes=0-9"
|
|
758
|
+
"Key": "HappyFace.jpg"
|
|
759
759
|
},
|
|
760
760
|
"output": {
|
|
761
761
|
"AcceptRanges": "bytes",
|
|
762
|
-
"ContentLength": "
|
|
763
|
-
"
|
|
764
|
-
"
|
|
765
|
-
"
|
|
766
|
-
"LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
|
|
762
|
+
"ContentLength": "3191",
|
|
763
|
+
"ContentType": "image/jpeg",
|
|
764
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
765
|
+
"LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
|
|
767
766
|
"Metadata": {
|
|
768
767
|
},
|
|
768
|
+
"TagCount": 2,
|
|
769
769
|
"VersionId": "null"
|
|
770
770
|
},
|
|
771
771
|
"comments": {
|
|
@@ -774,9 +774,9 @@
|
|
|
774
774
|
"output": {
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
|
-
"description": "The following example retrieves an object for an S3 bucket.
|
|
778
|
-
"id": "to-retrieve-
|
|
779
|
-
"title": "To retrieve
|
|
777
|
+
"description": "The following example retrieves an object for an S3 bucket.",
|
|
778
|
+
"id": "to-retrieve-an-object-1481827837012",
|
|
779
|
+
"title": "To retrieve an object"
|
|
780
780
|
}
|
|
781
781
|
],
|
|
782
782
|
"GetObjectAcl": [
|
|
@@ -840,20 +840,17 @@
|
|
|
840
840
|
{
|
|
841
841
|
"input": {
|
|
842
842
|
"Bucket": "examplebucket",
|
|
843
|
-
"Key": "
|
|
843
|
+
"Key": "exampleobject",
|
|
844
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
844
845
|
},
|
|
845
846
|
"output": {
|
|
846
847
|
"TagSet": [
|
|
847
848
|
{
|
|
848
|
-
"Key": "
|
|
849
|
-
"Value": "
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"Key": "Key3",
|
|
853
|
-
"Value": "Value3"
|
|
849
|
+
"Key": "Key1",
|
|
850
|
+
"Value": "Value1"
|
|
854
851
|
}
|
|
855
852
|
],
|
|
856
|
-
"VersionId": "
|
|
853
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
857
854
|
},
|
|
858
855
|
"comments": {
|
|
859
856
|
"input": {
|
|
@@ -861,24 +858,27 @@
|
|
|
861
858
|
"output": {
|
|
862
859
|
}
|
|
863
860
|
},
|
|
864
|
-
"description": "The following example retrieves tag set of an object.",
|
|
865
|
-
"id": "to-retrieve-tag-set-of-
|
|
866
|
-
"title": "To retrieve tag set of
|
|
861
|
+
"description": "The following example retrieves tag set of an object. The request specifies object version.",
|
|
862
|
+
"id": "to-retrieve-tag-set-of-a-specific-object-version-1483400283663",
|
|
863
|
+
"title": "To retrieve tag set of a specific object version"
|
|
867
864
|
},
|
|
868
865
|
{
|
|
869
866
|
"input": {
|
|
870
867
|
"Bucket": "examplebucket",
|
|
871
|
-
"Key": "
|
|
872
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
|
868
|
+
"Key": "HappyFace.jpg"
|
|
873
869
|
},
|
|
874
870
|
"output": {
|
|
875
871
|
"TagSet": [
|
|
876
872
|
{
|
|
877
|
-
"Key": "
|
|
878
|
-
"Value": "
|
|
873
|
+
"Key": "Key4",
|
|
874
|
+
"Value": "Value4"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"Key": "Key3",
|
|
878
|
+
"Value": "Value3"
|
|
879
879
|
}
|
|
880
880
|
],
|
|
881
|
-
"VersionId": "
|
|
881
|
+
"VersionId": "null"
|
|
882
882
|
},
|
|
883
883
|
"comments": {
|
|
884
884
|
"input": {
|
|
@@ -886,9 +886,9 @@
|
|
|
886
886
|
"output": {
|
|
887
887
|
}
|
|
888
888
|
},
|
|
889
|
-
"description": "The following example retrieves tag set of an object.
|
|
890
|
-
"id": "to-retrieve-tag-set-of-
|
|
891
|
-
"title": "To retrieve tag set of
|
|
889
|
+
"description": "The following example retrieves tag set of an object.",
|
|
890
|
+
"id": "to-retrieve-tag-set-of-an-object-1481833847896",
|
|
891
|
+
"title": "To retrieve tag set of an object"
|
|
892
892
|
}
|
|
893
893
|
],
|
|
894
894
|
"GetObjectTorrent": [
|
|
@@ -989,47 +989,37 @@
|
|
|
989
989
|
"ListMultipartUploads": [
|
|
990
990
|
{
|
|
991
991
|
"input": {
|
|
992
|
-
"Bucket": "examplebucket"
|
|
993
|
-
"KeyMarker": "nextkeyfrompreviousresponse",
|
|
994
|
-
"MaxUploads": "2",
|
|
995
|
-
"UploadIdMarker": "valuefrompreviousresponse"
|
|
992
|
+
"Bucket": "examplebucket"
|
|
996
993
|
},
|
|
997
994
|
"output": {
|
|
998
|
-
"Bucket": "acl1",
|
|
999
|
-
"IsTruncated": true,
|
|
1000
|
-
"KeyMarker": "",
|
|
1001
|
-
"MaxUploads": "2",
|
|
1002
|
-
"NextKeyMarker": "someobjectkey",
|
|
1003
|
-
"NextUploadIdMarker": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
|
|
1004
|
-
"UploadIdMarker": "",
|
|
1005
995
|
"Uploads": [
|
|
1006
996
|
{
|
|
1007
997
|
"Initiated": "2014-05-01T05:40:58.000Z",
|
|
1008
998
|
"Initiator": {
|
|
1009
|
-
"DisplayName": "
|
|
999
|
+
"DisplayName": "display-name",
|
|
1010
1000
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1011
1001
|
},
|
|
1012
1002
|
"Key": "JavaFile",
|
|
1013
1003
|
"Owner": {
|
|
1014
|
-
"DisplayName": "
|
|
1015
|
-
"ID": "
|
|
1004
|
+
"DisplayName": "display-name",
|
|
1005
|
+
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1016
1006
|
},
|
|
1017
1007
|
"StorageClass": "STANDARD",
|
|
1018
|
-
"UploadId": "
|
|
1008
|
+
"UploadId": "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
|
|
1019
1009
|
},
|
|
1020
1010
|
{
|
|
1021
1011
|
"Initiated": "2014-05-01T05:41:27.000Z",
|
|
1022
1012
|
"Initiator": {
|
|
1023
|
-
"DisplayName": "
|
|
1013
|
+
"DisplayName": "display-name",
|
|
1024
1014
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1025
1015
|
},
|
|
1026
1016
|
"Key": "JavaFile",
|
|
1027
1017
|
"Owner": {
|
|
1028
|
-
"DisplayName": "
|
|
1018
|
+
"DisplayName": "display-name",
|
|
1029
1019
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1030
1020
|
},
|
|
1031
1021
|
"StorageClass": "STANDARD",
|
|
1032
|
-
"UploadId": "
|
|
1022
|
+
"UploadId": "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--"
|
|
1033
1023
|
}
|
|
1034
1024
|
]
|
|
1035
1025
|
},
|
|
@@ -1039,43 +1029,53 @@
|
|
|
1039
1029
|
"output": {
|
|
1040
1030
|
}
|
|
1041
1031
|
},
|
|
1042
|
-
"description": "The following example
|
|
1043
|
-
"id": "list-
|
|
1044
|
-
"title": "
|
|
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"
|
|
1045
1035
|
},
|
|
1046
1036
|
{
|
|
1047
1037
|
"input": {
|
|
1048
|
-
"Bucket": "examplebucket"
|
|
1038
|
+
"Bucket": "examplebucket",
|
|
1039
|
+
"KeyMarker": "nextkeyfrompreviousresponse",
|
|
1040
|
+
"MaxUploads": "2",
|
|
1041
|
+
"UploadIdMarker": "valuefrompreviousresponse"
|
|
1049
1042
|
},
|
|
1050
1043
|
"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": "display-name",
|
|
1055
|
+
"DisplayName": "ownder-display-name",
|
|
1056
1056
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1057
1057
|
},
|
|
1058
1058
|
"Key": "JavaFile",
|
|
1059
1059
|
"Owner": {
|
|
1060
|
-
"DisplayName": "
|
|
1061
|
-
"ID": "
|
|
1060
|
+
"DisplayName": "mohanataws",
|
|
1061
|
+
"ID": "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1062
1062
|
},
|
|
1063
1063
|
"StorageClass": "STANDARD",
|
|
1064
|
-
"UploadId": "
|
|
1064
|
+
"UploadId": "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--"
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"Initiated": "2014-05-01T05:41:27.000Z",
|
|
1068
1068
|
"Initiator": {
|
|
1069
|
-
"DisplayName": "display-name",
|
|
1069
|
+
"DisplayName": "ownder-display-name",
|
|
1070
1070
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1071
1071
|
},
|
|
1072
1072
|
"Key": "JavaFile",
|
|
1073
1073
|
"Owner": {
|
|
1074
|
-
"DisplayName": "display-name",
|
|
1074
|
+
"DisplayName": "ownder-display-name",
|
|
1075
1075
|
"ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
|
|
1076
1076
|
},
|
|
1077
1077
|
"StorageClass": "STANDARD",
|
|
1078
|
-
"UploadId": "
|
|
1078
|
+
"UploadId": "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.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
|
|
1089
|
-
"id": "
|
|
1090
|
-
"title": "
|
|
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"
|
|
1091
1091
|
}
|
|
1092
1092
|
],
|
|
1093
1093
|
"ListObjectVersions": [
|
|
@@ -1565,26 +1565,6 @@
|
|
|
1565
1565
|
}
|
|
1566
1566
|
],
|
|
1567
1567
|
"PutObject": [
|
|
1568
|
-
{
|
|
1569
|
-
"input": {
|
|
1570
|
-
"Body": "filetoupload",
|
|
1571
|
-
"Bucket": "examplebucket",
|
|
1572
|
-
"Key": "objectkey"
|
|
1573
|
-
},
|
|
1574
|
-
"output": {
|
|
1575
|
-
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1576
|
-
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
1577
|
-
},
|
|
1578
|
-
"comments": {
|
|
1579
|
-
"input": {
|
|
1580
|
-
},
|
|
1581
|
-
"output": {
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
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."
|
|
1587
|
-
},
|
|
1588
1568
|
{
|
|
1589
1569
|
"input": {
|
|
1590
1570
|
"Body": "HappyFace.jpg",
|
|
@@ -1631,14 +1611,16 @@
|
|
|
1631
1611
|
},
|
|
1632
1612
|
{
|
|
1633
1613
|
"input": {
|
|
1634
|
-
"Body": "
|
|
1614
|
+
"Body": "HappyFace.jpg",
|
|
1635
1615
|
"Bucket": "examplebucket",
|
|
1636
1616
|
"Key": "HappyFace.jpg",
|
|
1637
|
-
"
|
|
1617
|
+
"ServerSideEncryption": "AES256",
|
|
1618
|
+
"StorageClass": "STANDARD_IA"
|
|
1638
1619
|
},
|
|
1639
1620
|
"output": {
|
|
1640
1621
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1641
|
-
"
|
|
1622
|
+
"ServerSideEncryption": "AES256",
|
|
1623
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1642
1624
|
},
|
|
1643
1625
|
"comments": {
|
|
1644
1626
|
"input": {
|
|
@@ -1646,22 +1628,19 @@
|
|
|
1646
1628
|
"output": {
|
|
1647
1629
|
}
|
|
1648
1630
|
},
|
|
1649
|
-
"description": "The following example uploads an object. The request specifies optional
|
|
1650
|
-
"id": "to-upload-an-object-
|
|
1651
|
-
"title": "To upload an object
|
|
1631
|
+
"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.",
|
|
1632
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
|
1633
|
+
"title": "To upload an object (specify optional headers)"
|
|
1652
1634
|
},
|
|
1653
1635
|
{
|
|
1654
1636
|
"input": {
|
|
1655
|
-
"Body": "
|
|
1637
|
+
"Body": "filetoupload",
|
|
1656
1638
|
"Bucket": "examplebucket",
|
|
1657
|
-
"Key": "
|
|
1658
|
-
"ServerSideEncryption": "AES256",
|
|
1659
|
-
"StorageClass": "STANDARD_IA"
|
|
1639
|
+
"Key": "objectkey"
|
|
1660
1640
|
},
|
|
1661
1641
|
"output": {
|
|
1662
1642
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1663
|
-
"
|
|
1664
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1643
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
1665
1644
|
},
|
|
1666
1645
|
"comments": {
|
|
1667
1646
|
"input": {
|
|
@@ -1669,9 +1648,9 @@
|
|
|
1669
1648
|
"output": {
|
|
1670
1649
|
}
|
|
1671
1650
|
},
|
|
1672
|
-
"description": "The following example
|
|
1673
|
-
"id": "to-
|
|
1674
|
-
"title": "To
|
|
1651
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1652
|
+
"id": "to-create-an-object-1483147613675",
|
|
1653
|
+
"title": "To create an object."
|
|
1675
1654
|
},
|
|
1676
1655
|
{
|
|
1677
1656
|
"input": {
|
|
@@ -1696,6 +1675,27 @@
|
|
|
1696
1675
|
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
|
1697
1676
|
"title": "To upload an object and specify server-side encryption and object tags"
|
|
1698
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"input": {
|
|
1680
|
+
"Body": "c:\\HappyFace.jpg",
|
|
1681
|
+
"Bucket": "examplebucket",
|
|
1682
|
+
"Key": "HappyFace.jpg",
|
|
1683
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1684
|
+
},
|
|
1685
|
+
"output": {
|
|
1686
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1687
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
|
1688
|
+
},
|
|
1689
|
+
"comments": {
|
|
1690
|
+
"input": {
|
|
1691
|
+
},
|
|
1692
|
+
"output": {
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"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.",
|
|
1696
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
|
1697
|
+
"title": "To upload an object and specify optional tags"
|
|
1698
|
+
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"input": {
|
|
1701
1701
|
"ACL": "authenticated-read",
|
|
@@ -1826,14 +1826,15 @@
|
|
|
1826
1826
|
"input": {
|
|
1827
1827
|
"Bucket": "examplebucket",
|
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1829
|
+
"CopySourceRange": "bytes=1-100000",
|
|
1829
1830
|
"Key": "examplelargeobject",
|
|
1830
|
-
"PartNumber": "
|
|
1831
|
+
"PartNumber": "2",
|
|
1831
1832
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1832
1833
|
},
|
|
1833
1834
|
"output": {
|
|
1834
1835
|
"CopyPartResult": {
|
|
1835
|
-
"ETag": "\"
|
|
1836
|
-
"LastModified": "2016-12-29T21:
|
|
1836
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
|
1837
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
|
1837
1838
|
}
|
|
1838
1839
|
},
|
|
1839
1840
|
"comments": {
|
|
@@ -1842,23 +1843,22 @@
|
|
|
1842
1843
|
"output": {
|
|
1843
1844
|
}
|
|
1844
1845
|
},
|
|
1845
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1846
|
-
"id": "to-upload-a-part-by-copying-
|
|
1847
|
-
"title": "To upload a part by copying
|
|
1846
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
|
1847
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
|
1848
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
|
1848
1849
|
},
|
|
1849
1850
|
{
|
|
1850
1851
|
"input": {
|
|
1851
1852
|
"Bucket": "examplebucket",
|
|
1852
1853
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1853
|
-
"CopySourceRange": "bytes=1-100000",
|
|
1854
1854
|
"Key": "examplelargeobject",
|
|
1855
|
-
"PartNumber": "
|
|
1855
|
+
"PartNumber": "1",
|
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1857
1857
|
},
|
|
1858
1858
|
"output": {
|
|
1859
1859
|
"CopyPartResult": {
|
|
1860
|
-
"ETag": "\"
|
|
1861
|
-
"LastModified": "2016-12-29T21:
|
|
1860
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
|
1861
|
+
"LastModified": "2016-12-29T21:24:43.000Z"
|
|
1862
1862
|
}
|
|
1863
1863
|
},
|
|
1864
1864
|
"comments": {
|
|
@@ -1867,9 +1867,9 @@
|
|
|
1867
1867
|
"output": {
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1871
|
-
"id": "to-upload-a-part-by-copying-
|
|
1872
|
-
"title": "To upload a part by copying
|
|
1870
|
+
"description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
|
|
1871
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
|
1872
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
|
1873
1873
|
}
|
|
1874
1874
|
]
|
|
1875
1875
|
}
|