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
Parameter | None | Description |
Bucket | None | Amazon S3 Bucket name |
Account ID | None | Amazon S3 Bucked Account Id for bucket |
Secret key | None | Secret key |
Region | None | Region, 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.
Parameter | Default | Description |
Username | none | Username to access your SWIFT cluster |
Password | none | Password to access your SWIFT cluster |
Host | none | Hostname/URL of your SWIFT Proxy instance |
Container name | none | SWIFT Container name |