exo storage

Manage the Exoscale Simple Object Storage (SOS) service. More information: https://community.exoscale.com/product/storage/object-storage/.

exo storage mb {{bucket_name}}

exo storage put {{file_path}} {{bucket_name}}/{{prefix/}}

exo storage ls {{bucket_name}}

exo storage get {{bucket_name}}/{{object_key}} {{local_path}} --dry-run

exo storage metadata add {{bucket_name}}/{{object_key}} {{key=value}}