Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The cloud object is used to manage Storage account on the cloud provider.

Usage

show cloud <name> [bucket=<name>] [type=list|size]
create cloud [label=]<name> [s3type=aws|amazon|azure|google] accesskey=<ID:Secret> [region=<name>] [baseurl=<base-url>]
delete cloud <name> [bucket=<name>]
set cloud[label=]<cloudname> [accesskey=<ID:Secret> [region=<name>] [baseurl=<base-url>]


Examples

mayacli create cloud proj-devops s3type=azure accesskey=testdev:FIzTY4AB3deaBcpOo1278===
 mayacli show cloud proj-devops type=buckets
 mayacli delete cloud proj-devops bucket=testbucket


Output

 
  • No labels