API Reference
Last updated
Last updated
Request
Request
Here is an example of creating AWS storage via API:
Request
parameters
supported by the AWS S3 storage:
name
string
bucket
string
prefix
string
credentials.access_key
string
credentials.secret_access_key
string
parameters
supported by the GCS storage: #todo
name
string
bucket
string
prefix
string
credentials.access_key
string
credentials.secret_access_key
string
parameters
supported by the Web Folder storage:
name
string
base_url
string
Request
Request
Request
Retrieves information about particular storage, including its id
, name
, type
, and parameters
.
Disconnects storage from Claid. Note: It doesn't delete your bucket on your cloud platform.
Connects storage to Claid. You can connect your AWS S3 or GCP bucket, or your own web folder.
The name of storage in Claid. Note: it doesn't have to be the same as a global name of a bucket.
An enumeration.
Global parameters of storage (as opposed to Claid's internal properties, such as name
and type
)
Changes storage name
, type
, and/or parameters
.
An enumeration.