Skip to main content
POST
/
uploads
/
finalize
/
s3-copy
Finalize the S3 copy operation
curl --request POST \
  --url https://api.ubpass.co/v1/uploads/finalize/s3-copy \
  --header 'Authorization: Bearer <token>'
{
  "msg": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

key
string
required

Key of the object

extn
string
required

Extension of the object

Response

200 - application/json

S3 object finalized successfully, URL returned

msg
string