app

sign s3 objects (caller must have S3 read permission on each key); the signed URLs can then be used by anonymous users in public apps

post/w/{workspace}/apps/sign_s3_objects

Path parameters

workspacestring required

Request body

expiry_secsinteger

how long the signature stays valid, in seconds. Defaults to 43200 (12h) and is clamped server-side to [60, 604800] (1 minute to 7 days).

Response

signed s3 objects

s3string required
filenamestring
storagestring
presignedstring

Changes