API Reference
lean cloud object-store set
Introduction
Sets the data to the given key in the organization's cloud object store.
$ lean cloud object-store set [OPTIONS] KEY PATH
Description
Uploads a local file to the organization's cloud Object Store under the given <key>.
The <path> argument specifies the path to the local file to upload.
If an entry with the same key already exists, it is overwritten.
To verify the upload, use lean cloud object-store list to view all available keys.