Skip to content

Instantly share code, notes, and snippets.

@fiatjaf
Created December 20, 2018 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiatjaf/4467ca7dc5f094c705846c83283fbc35 to your computer and use it in GitHub Desktop.
Save fiatjaf/4467ca7dc5f094c705846c83283fbc35 to your computer and use it in GitHub Desktop.
export const providers = {
alias: {
desc: 'Alias for a existing remote',
options: [
{
name: 'remote',
desc:
'Remote or path to alias.\nCan be "myremote:path/to/dir", "myremote:bucket", "myremote:" or "/local/path".',
required: true
}
]
},
amazonclouddrive: {},
azureblob: {},
b2: {},
box: {},
cache: {},
crypt: {},
drive: {},
dropbox: {},
ftp: {},
googlecloudstorage: {},
http: {},
hubic: {},
jottacloud: {},
local: {},
mega: {},
onedrive: {},
opendrive: {},
pcloud: {},
qingstor: {},
s3: {},
sftp: {},
swift: {},
union: {},
webdav: {},
yandex: {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment