Objects_List
In this version we have updated:
the AWSSDK.Core to version 3.7.400.68
the AWSSDK.S3 to version 3.7.410.10
created the Object_AbortMultipartUpload action to abort a Multipart Upload.
created the Object_CompleteMultipartUpload action to complete a Multipart Upload.
created the Object_CreateMultipartUpload action to initiate a Multipart Upload.
created the Object_ListMultipartUploads action to list all active Multipart Uploads.
created the Object_ListParts action to list all parts of a specific Multipart Upload.
created the Object_UploadPart action to upload a part (content) of a Multipart Upload.
update demo app with all the new actions above.
For more information regarding the methods please check here.