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)

Documentation
0.1.1

The AWS Simple Storage Service Connector enables you to integrate with Amazon Simple Storage Service (Amazon S3) to easily store and retrieve objects.

The actions in this connector provide you the following capabilities over buckets and files in your Amazon S3 storage:

  • List buckets

  • Create and delete a bucket

  • Get a bucket location

  • Add, replace and delete files in a bucket

  • List the files in a bucket

  • Retrieve the files or their URL from a bucket

This component is based on the AWS SDK for .NET v3.

Requirements

To use this connector you must have:

See AWS documentation for detailed information and instructions for getting started, developing, and working with Amazon S3.

Authentication

To authenticate in Amazon S3 from this connector, you need the following information:

  • The access key ID of your AWS access key

  • The secret access key of your AWS access key

  • The AWS Region of the service endpoint you want to connect. To reduce latency, you should choose a region close to your application server. See the API documentation for the list of region Names.

The connector uses these values as the default AWS credentials to authenticate in Amazon S3.