Important: You can't enable two storages at the same time, if you enable FTP, amazon s3 will be automatically disabled, same for amazon s3.

Amazon S3 & FTP Settings

Configure Amazon S3
config->server == 'nodejs') { ?>
config->server == 'nodejs') ? "Note: If you are using node.js as messaging system, please restart your node.js (./nodejs/server.js) application after saving the changes." : '';?>
config->s3_upload == 'on') ? 'checked': '';?>>
config->s3_upload == 'off') ? 'checked': '';?>>


1. Before enabling Amazon S3, make sure you upload the whole "upload/" folder to your bucket.

2. Before disabling Amazon S3, make sure you download the whole "upload/" folder to your server.

3. We recommend to upload the folder and files via S3cmd.

4. If your site is still brand new, you can escape the upload step, but make sure to click on "Test Connection".


Digitalocean Spaces Settings
config->spaces == 'on') ? 'checked': '';?>>
config->spaces == 'off') ? 'checked': '';?>>


1. Before enabling Digitalocean, make sure you upload the whole "upload/" folder to your bucket.

2. Before disabling Digitalocean, make sure you download the whole "upload/" folder to your server.

4. If your site is still brand new, you can escape the upload step, but make sure to click on "Test Connection".


FTP Settings
You can upload files directly from your server to another FTP server and load them from there.
Impotant: This may slow down your site's upload/delete speed, make sure to use fast FTP server.

config->ftp_upload == 'on') ? 'checked': '';?>>
config->ftp_upload == 'off') ? 'checked': '';?>>

1. Before enabling FTP, make sure you upload the whole "upload/" folder to your FTP server.

2. Before disabling FTP, make sure you download the whole "upload/" folder to your server.

3. If your site is still brand new, you can escape the upload step, but make sure to click on "Test Connection".