object

StartUploadData

The response schema provides detailed information about the file storage path, content type, associated metadata, etc
Fields
file_name
String
The name of the file that was uploaded.
file_path
String
The path to the file in the storage location.
content_type
String
The content type of the file.
method
String
The HTTP method to be used for uploading the file.
namespace
String
The namespace associated with the file.
operation
String
The operation to be performed on the storage service.
size
Int
The size of the file in bytes.
upload
Upload
Upload details for the file.
Tags associated with the file.