BucketUploadFileOptions
Options for uploading files to a bucket
Properties
Property |
Type |
Description |
bucketId |
number |
The ID of the bucket to upload to |
folderId |
number |
The folder/organization unit ID for context |
path |
string |
Path where the file should be stored in the bucket |
content |
Blob | Buffer <ArrayBufferLike > | File |
File content to upload |
contentType? |
string |
Optional MIME type of the file If not provided, it will be auto-detected |