Amazon S3 Connector
Content Type: Module
Categories: AWS
Overview
Note: This platform-supported connector is the preferred way to connect to Amazon S3 from Mendix version 9.18.0 or higher. For older versions - from 8.12.5 or higher - you can use the community-supported AWS Services Connector instead.
The Amazon S3 Connector allows Mendix makers to integrate with Amazon S3. It provides following functionalities
- Create Bucket
- Delete Bucket
- Put Object
- Get Object
- Delete Object
- Copy Object
- Move Object
- List Buckets
- List Objects (which now includes the functionality of listing prefixes)
- Head Bucket (returns the bucket region for a specified bucket, while List Buckets does not)
As a pre-requisite it requires the AWS Authentication Module.
For more information about our AWS Connector strategy, please see the Mendix Evaluation Guide
Documentation
Please see the Amazon S3 Connector in the Mendix documentation for details.