Cloudreve
  1. Callback
Cloudreve
  • Site
    • Ping
      GET
    • Get CAPTCHA
      GET
    • Get site settings
      GET
  • Session
    • Token
      • Password sign-in
      • Finish sign-in with 2FA
      • Refresh Token
    • OpenID
      • Prepare OpenID sign-in
      • Finish OpenID sign-in
      • Unlink OpenID
    • Passkey
      • Prepare Passkey sign-in
      • Finish Passkey sign-in
    • Prepare login
      GET
  • User
    • Sign up
      POST
    • Send reset password email
      POST
    • Reset password via temp link
      PATCH
    • Get profile picture
      GET
    • Get user
      GET
    • List user's share links
      GET
  • Callback
    • Complete OneDrive upload
      GET
    • Complete COS upload
      GET
    • Complete S3 upload
      GET
    • Complete OBS uploa
      GET
  • Workflow
    • List tasks
      GET
    • Get task progress
      GET
  • File
  1. Callback

Complete S3 upload

GET
http://localhost:5212/api/v4/callback/s3/{session_id}/{key}
Auth: None
Notify Cloudreve that a file is uploaded into S3.

Request

Path Params
session_id
string 
required
ID of the upload session.
Example:
28563a9-d4f5-4e83-ad1d-dff877762d89
key
string 
required
Key of the complete upload URL.
Example:
EuVaIPr3hhlQPK6vYJ2lv9wQaMP05H22

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:5212/api/v4/callback/s3/28563a9-d4f5-4e83-ad1d-dff877762d89/EuVaIPr3hhlQPK6vYJ2lv9wQaMP05H22'

Responses

🟢200Success
application/json
Body
code
integer 
required
Response code.
0 - Success.
Default:
0
Example:
0
msg
string 
optional
Human readable error message (if any).
Example
{
  "code": 0,
  "msg": ""
}
Previous
Complete COS upload
Next
Complete OBS uploa
Built with