Skip to main content
POST
/
api
/
storage
/
buckets
/
{bucketName}
/
objects
/
{objectKey}
/
download-strategy
{
"method": "direct",
"url": "https://s3-bucket.s3.us-east-2.amazonaws.com/app-key/public-assets/logo.png"
}

Authorizations

x-api-key
string
header
required

Path Parameters

bucketName
string
required
objectKey
string
required

Body

application/json
expiresIn
integer
default:3600
Example:

Response

method
enum<string>
required
Available options:
presigned,
direct
Example:
url
string
required
Example:
expiresAt
string<date-time>
Example:
headers
object