Create Presigned Object URL
POST/storage/buckets/:bucketName/:objectName/presigned_url
Returns a timed and authenticated URL to download (GET) or upload (PUT) an object. This is the equivalent to AWS S3’s “presigned” URL. Please note that Telnyx performs authentication differently from AWS S3 and you MUST NOT use the presign method of AWS s3api CLI or SDK to generate the presigned URL.
Refer to: https://developers.telnyx.com/docs/cloud-storage/presigned-urls
Request
Responses
200:
Presigned URL Object Response
Response Headers
401:
Unauthorized
404:
Bucket or object not found
422:
Unprocessable Entity