<%include file="header.html" args="page='/config/cloud_storage', subtitle='Cloud storage configuration'"/>

Cloud storage

FTS3 currently supports two types of cloud storage: S3 and Dropbox.
However, the way of configuring differs.

S3

Can only be configured from this tab. For being able to configure an S3 endpoint, you need to:

Register the S3 storage
The name should have the form S3:hostname (i.e. S3:s3.example.com). App key and secret are not used.
Grant access to a set of VO and/or users
Empty user with a value in VO grant access to all members from that VO. Access token = access key, access secret = secret key. Leave request fields empty.

Dropbox

Dropbox is normally not supposed to be used without user interaction. For supporting Dropbox (for instance, for an FTS3 that run WebFTS as well), you will need first to register a new application at Dropbox.com. Then, add a storage called 'dropbox', and fill the corresponding app key and secret key.

Normally, from here on users will grant access to their account using OAuth (only OAuth1 is supported at the moment). For this to work, remember that fts-rest-cloud-storage must be installed.

Configuration

Add a new cloud storage

<%include file="footer.html"/>