vetta storage buckets | The app’s buckets. |
vetta storage mb <bucket> | Make a bucket. --public serves its objects without a signature. |
vetta storage rb <bucket> | Remove a bucket. A non-empty bucket needs --force, which empties it first. |
vetta storage ls <bucket>[/<prefix>] | The objects, or only those under the prefix. |
vetta storage put <bucket>/<key> <file> | Upload a file as the object. |
vetta storage get <bucket>/<key> [file] | Download the object to the file, or to stdout. |
vetta storage rm <bucket>/<key> | Delete the object. Idempotent. |
vetta storage url <bucket>/<key> | A one-hour download URL, or with --upload a PUT URL. |