Search: "error code 22"
Upload progress bars - Object Storage Service Documentation
You can use progress bars to indicate the upload or download progress. The following code is used as an ...
Resumable upload - Object Storage Service Documentation
, which is .cp by default. You can run the following code to perform resumable upload: #include " ...
Resumable download - Object Storage Service Documentation
checkpoint file. After the object is downloaded, the checkpoint file will be deleted. Run the following code for resumable ...
Delete objects - Object Storage Service Documentation
because deleted objects cannot be recovered. Delete an object Run the following code to delete a ...
Simple upload - Object Storage Service Documentation
You can run the following code to upload a string to OSS: ? php if (is_file(__DIR__ . '/../autoload.php')) if ...
Append upload - Object Storage Service Documentation
. Append a string Run the following code to append a string to an OSS object: ? php if (is_file(__DIR__ . ' ...
Manage ACL for an object - Object Storage Service Documentation
. Configure an ACL for an object You can run the following code to configure an ACL for a specified object: ? php if ...
List objects - Object Storage Service Documentation
List all objects in a bucket Run the following code to list all objects in a bucket: ? php if ...
Delete objects - Object Storage Service Documentation
Delete an object Run the following code to delete a single object: ? php if (is_file(__DIR__ ...