Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucketName
string
required

The name of the bucket

objectName
string
required

The name of the object

Body

application/json
ttl
integer

The time to live of the token in seconds

Required range: 1 <= x <= 604800
Example:

60

Response

Presigned URL Object Response

content
object