Amazon S3 Connector

Category: Connectors
Subcategory: 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 AWS S3 Connector allows Mendix makers to integrate with AWS S3. It provides following functionalities

  • List Bucket
  • List Prefix
  • List Object
  • Get Object
  • Put Object
  • Delete Object
  • Copy Object
  • Move Object

Pre-requisite – It requires AWS Authentication Module.

For more information about our AWS Connector strategy, please see the Mendix Evaluation Guide

Documentation

Please see the AWS S3 Connector in the Mendix documentation for details.

Releases

Version: 1.1.1
Framework Version: 9.18.0
Release Notes: - Module is upgraded to Mendix Studio Pro 9.18.0 - Minor optimization of two example microflows (SUB_ListPrefix & SUB_ListObject) - Upgraded the json-smart Java library from version 2.4.8 to 2.4.10
Version: 1.1.0
Framework Version: 9.12.1
Release Notes: Upgrade AWS S3 jar version to 2.17.257 Removed unused jars. Upgrade path- Remove all old jars which are mentioned as *.AWSS3Connector.RequiredLib. This version only contains s3 jar. All other dependent jars comes with AWS Authentication Connector (https://marketplace.mendix.com/link/component/120333) which is requisites to run this module.
Version: 1.0.1
Framework Version: 9.12.1
Release Notes: Security fix - updated userlib removed unused jar files.
Version: 1.0.0
Framework Version: 9.12.1
Release Notes: The AWS S3 Connector is used to integrate with AWS S3.