Skip to main content

Create a presigned url for an object storage object

POST 

/object_storage/object_storage_cluster/buckets/bucket/presigned_url

Returns temporary url to download the object storage object

Scopes

  • object_storage

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    object_storage_cluster

    object

    required

    region string

    bucket

    object

    required

    name string
    path stringrequired

    The name or path for the object

    properties

    object

    required

    expiry_seconds integer

    The number of seconds the url should be valid for

Responses

Returns temporary url to download the object storage object

Schema

    url stringrequired
Loading...