OutSystems Developer Cloud External Logic Connector for AWS Simple Storage Service S3
This external logic connector wraps the official AWS .NET SDK for S3
This connector has support for custom S3 endpoints, including OutSystems Developer Cloud Private Gateway. To use functions with a private gateway set UseSecureGateway in the config structure to true.
UseSecureGateway
To use a custom endpoint set ServiceURL in the config structure to your custom S3 endpoint.
ServiceURL
The library exposes the following actions
Retrieves an object from Amazon S3
Input parameters
credentials
config
getObjectRequest
Result
result
Deletes an Amazon S3 bucket
deleteBucketRequest
List Amazon S3 Buckets
Creates an Amazon S3 bucket
putBucketRequest
List objects in an Amazon S3 Buckets
listObjectsRequest
Allows to put a binary or text object to an AWS S3 Bucket including tags and metadata
putObjectRequest
Deletes a single object from an S3 bucket
deleteObjectRequest
Generates a presigned Url for an S3 object
getPresignedUrlRequest