# exo storage
### Description

Manage Exoscale Object Storage

```
exo storage [command] [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--help, -h` | help for storage |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [exo]({{< ref "../">}})	 - Manage your Exoscale infrastructure easily
* [exo storage bucket]({{< ref "bucket">}})	 - Object Storage Bucket management

* [exo storage cors]({{< ref "cors">}})	 - Manage buckets CORS configuration

* [exo storage delete]({{< ref "delete">}})	 - Delete objects

* [exo storage download]({{< ref "download">}})	 - Download files from a bucket

* [exo storage headers]({{< ref "headers">}})	 - Manage objects HTTP headers

* [exo storage list]({{< ref "list">}})	 - List buckets and objects

* [exo storage mb]({{< ref "mb">}})	 - Create a new bucket

* [exo storage metadata]({{< ref "metadata">}})	 - Manage objects metadata

* [exo storage move]({{< ref "move">}})	 - Move objects within a bucket or across buckets

* [exo storage presign]({{< ref "presign">}})	 - Generate a pre-signed URL to an object

* [exo storage purge]({{< ref "purge">}})	 - Purge objects and their versions

* [exo storage rb]({{< ref "rb">}})	 - Delete a bucket

* [exo storage setacl]({{< ref "setacl">}})	 - Set a bucket/objects ACL

* [exo storage show]({{< ref "show">}})	 - Show a bucket/object details

* [exo storage upload]({{< ref "upload">}})	 - Upload files to a bucket



