POST
/
uploads
/
finalize
/
s3-copy
Finalize the S3 copy operation
curl --request POST \
  --url https://api.ubpass.co/v1/uploads/finalize/s3-copy \
  --header 'api-key: <api-key>'
{
  "msg": "<string>"
}

Authorizations

api-key
string
header
required

API Key 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