amazon-simple-storage-service-s3
Reactive icon

Amazon Simple Storage Service (S3)

Supported
Stable version 2.1.0 (Compatible with OutSystems 11)
Uploaded
 on 23 December 2024
 by 
OutSystems
4.8
 (4 ratings)
amazon-simple-storage-service-s3

Amazon Simple Storage Service (S3)

Compatible with:
Created on OutSystems 11

Version 2.1.0

Stable
Current
See documentation
Uploaded on 23 December 2024 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.32.0
Database:
All
Release notes:


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.


Application Objects:
Amazon Simple Storage Service (S3) does not affect the count of AOs.

Version 2.0.0

Stable
See documentation
Uploaded on 31 May 2022 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

In this version:

  • created the Bucket_List action to return a list of all buckets owned by the authenticated sender of the request.

  • created S3HTTPVerb and S3StorageClass static entities to manage static data sent and returned from the service.

  • <breaking change> Updated Object_Put and Object_GetPreSignedUrl actions to use the created static entities identifier on input parameters, instead of a text value.

  • <breaking change> Removed the old StorageClass static entity to fit the new and standardized entity pattern. In the new S3StorageClass static entity remains all the same values as before.

Application Objects:
Amazon Simple Storage Service (S3) does not affect the count of AOs.

Version 1.1.0

Stable
See documentation
Uploaded on 10 March 2022 by OutSystems
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

In this version we have updated:

  • the AWSSDK.Core to version 3.7.6.4

  • the AWSSDK.S3 to version 3.7.7.19

  • <breaking change> The site properties containing AWS authentication information were deprecated and it is now the responsibility of the consumer application to manage where the credentials are stored. For now, we kept the site properties in the module to prevent loss of data. In future versions they will be removed from the module

Application Objects:
Amazon Simple Storage Service (S3) does not affect the count of AOs.