Storage
Create Signed Url
Create a signed url for an object in a bucket. You can use this url to download the object
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The name of the object in the bucket including slashes
Response
200
application/text
The signed url has been created successfully
A signed url for the object in the bucket. It is valid for five minutes.