AWS_S3_Connector

AWS_S3_Connector (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 22 November 2024 by OutSystems Labs
AWS_S3_Connector

AWS_S3_Connector (ODC)

Details
Detailed Description

Integrate Amazon S3 to easily store and retrieve objects.

Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use it to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics.

The connector uses the AWS SDK to establish the connection with your own S3.

Once connected, you can easily integrate Amazon S3 in your OutSystems project and perform actions in Buckets and Files:

  • DeleteBucket;
  • GetBucketLocation;
  • ListBuckets;
  • PutBucket;
  • DeleteObjects;
  • GetObject;
  • ListObjects;
  • PutObject.
Release notes 

Library updated to the .NET 8.