Examples (5)
Create a new SOS bucket
exo storage mb bucket_nameUpload a file to a bucket
exo storage put path/to/file bucket_name/prefix/List the objects within a bucket
exo storage ls bucket_nameSimulate the download of an object from a bucket
exo storage get bucket_name/object_key local_path --dry-runManage the metadata of an object
exo storage metadata add bucket_name/object_key key=valuemade by @shridhargupta | data from tldr-pages