<%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.

Configuring S3 endpoint

  1. Register the S3 storage
  2. Grant access to a set of VO roles and/or users

Configuring 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"/>