Connect your Amazon Simple Storage Account with OutSystems to backup critical data, ease the load on your operational database, and store any data type with little effort. A great way to provide secure, durable, and highly scalable object storage. The connector uses an AWS SDK and more details about setting everything up can be found here.
Once connected, you can easily integrate Amazon S3 in your OutSystems project and perform actions in Buckets and Files:
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.