Search: "bucket tagging"
Form upload - Object Storage Service Documentation
Form upload uses an HTML form to upload a file to a specified bucket. The maximum size of files is 5 GB for each ...
Append upload - Object Storage Service Documentation
. bucket = oss2.Bucket(auth, 'http://oss-cn-hangzhou.aliyuncs.com', 'yourBucketName') # Set the position (the ...
Upload progress bars - Object Storage Service Documentation
(Hangzhou). Specify the actual endpoint based on your requirements. bucket = oss2. Bucket(auth, 'http://oss-cn ...
Download to your local file - Object Storage Service Documentation
East 1 (Hangzhou). Specify the actual endpoint based on your requirements. bucket = oss2. Bucket(auth, 'http://oss-cn ...
Download progress bars - Object Storage Service Documentation
endpoint China (Hangzhou). Specify the actual endpoint based on your requirements. bucket = oss2. Bucket(auth, 'http://oss-cn ...
Manage Object Meta - Object Storage Service Documentation
-cn-hangzhou.aliyuncs.com"; $bucket= "yourBucketName"; $object = "yourObjectName"; $content ...
Manage a symbolic link - Object Storage Service Documentation
). Specify the actual endpoint based on your requirements. $endpoint = "http://oss-cn-hangzhou.aliyuncs.com"; $bucket= " ...
Append upload - Object Storage Service Documentation
; "strings" "github.com/aliyun/aliyun-oss-go-sdk/oss" ) func main() // Obtain the bucket. bucket, err ...
Resumable download - Object Storage Service Documentation
() // Obtain the bucket. bucket, err := client.Bucket("yourBucketName") if err ! = nil // Start the resumable ...
Progress bars - Object Storage Service Documentation
;yourLocalFile" // Obtain the bucket. bucket, err := client.Bucket(bucketName) if err ! = nil // Download with a progress bar ...