Append an object to the bucket, it's almost same as put, but it can add content to existing object rather than override it.
After uploading all data parts, you must call the Complete Multipart Upload API to complete Multipart Upload for the entire file.
Copy an object from sourceName to name.
Create a VOD playlist for the channel.
Delete an object from the bucket.
Delete an empty bucket.
Delete CORS rules of the bucket object.
Delete the bucket object lifecycle.
Delete the bucket logging settings.
Delete the bucket request Referer white list.
Delete the bucket website config.
Delete a live channel.
Delete multi objects in one request.
Get the Object url. If provide baseUrl, will use baseUrl instead the default bucket and endpoint. Suggest use generateObjectUrl instead of getObjectUrl.
Get an object from the bucket.
Get object's ACL.
Get the bucket ACL. acl - acl settings string
Get CORS rules of the bucket object.
Get bucket information,include CreationDate、ExtranetEndpoint、IntranetEndpoint、Location、Name、StorageClass、 Owner、AccessControlList
Get the bucket object lifecycle.
Get bucket location
Get the bucket logging settings.
Get the bucket request Referer white list.
Get the bucket website config.
Get live channel info.
Get the live channel history.
Get the live channel status.
Get the Object url. If provide baseUrl, will use baseUrl instead the default endpoint.
Get signatured rtmp url for publishing.
Get an object read stream.
Head an object and get the meta info.
multi upload
List objects in the bucket.
List buckets in this account.
List channels.
The ListParts command can be used to list all successfully uploaded parts mapped to a specific upload ID, i.e.: those not completed and not aborted.
List on-going multipart uploads, i.e.: those not completed and not aborted.
Upload file with OSS multipart.
Copy file with OSS multipart. this function contains head, initMultipartUpload, uploadPartCopy, completeMultipartUpload. When copying a file larger than 1 GB, you should use the Upload Part Copy method. If you want to copy a file smaller than 1 GB, see Copy Object.
Add an object to the bucket.
Set object's ACL.
Create a new bucket.
Update the bucket ACL.
Set CORS rules of the bucket object
Set the bucket object lifecycle.
Update the bucket logging settings. Log file will create every one hour and name format:
Set the bucket request Referer white list.
Set the bucket as a static website.
Create a live channel.
Change the live channel status.
Set an exists object meta.
Add a stream object to the bucket.
Restore Object.
Create a signature url for download or upload object. When you put object with signatureUrl ,you need to pass Content-Type.Please look at the example.
After initiating a Multipart Upload event, you can upload data in parts based on the specified object name and Upload ID.
Using Upload Part Copy, you can copy data from an existing object and upload a part of the data. When copying a file larger than 1 GB, you must use the Upload Part Copy method. If you want to copy a file smaller than 1 GB, see Copy Object.
Use the bucket.
Generated using TypeDoc
Abort a multipart upload for object.