Data Storages

Click to copy

Modules for connecting data stores to your application.


Data warehouse modules implement functions related to writing and reading files from local or remote storage. 

AppMaster.io cloud storage is used by default. To expand the functionality, additional modules are used that integrate the application with third-party storage.


Amazon S3

Amazon S3 Storage module provides a driver for using Amazon S3 Storage as primary file storage. All existing files must be manually migrated to S3 before enabling this module.


Module Settings

ParameterNoneDescription
BucketNoneAmazon S3 Bucket name
Account IDNoneAmazon S3 Bucked Account Id for bucket
Secret keyNoneSecret key
RegionNoneRegion, where bucket is located

OpenStack SWIFT

OpenStack SWIFT Storage module provides a driver for using the OpenStack SWIFT cluster as primary file storage. All existing files must be manually migrated to the SWIFT cluster before enabling this module.


ParameterDefaultDescription
UsernamenoneUsername to access your SWIFT cluster
PasswordnonePassword to access your SWIFT cluster
HostnoneHostname/URL of your SWIFT Proxy instance
Container namenoneSWIFT Container name

Module Settings