Version Change Records
-
Python SDK [9/15/2022] v0.8.77
- BOS provides speed limit support for single connections for operations such as PutObject, AppendObject, PostObject, UploadPart, UploadPartCopy, CopyObject, GetObject, and more.
- BOS defaults to using the domain format bucket.region.bcebos.com for access.
-
Python SDK [6/1/2022] v0.8.73
BOS archive class files support three different restoration modes
-
Python SDK [5/10/2022] v0.8.71
- Three APIs supporting user credit quota management: Put/Get/Delete Quota
- Three APIs supporting event notification: Put/Get/Delete Nofification
- The URL generation function supports the sts token method. Related function: generate_pre_signed_url()
- File upload and download support progress percentage display
-
Python SDK [8/3/2020] v0.8.62
When downloading files from BOS, the file name must not be empty or begin with a "/".
-
Python SDK [8/3/2020] v0.8.44
Introduce APIs for creating and retrieving symbolic links (symlink) and a three-step encapsulated upload API, put_super_object_from_file().
-
Python SDK [5/31/2020] v0.8.41
Add the select_object() API to enable online file selection and return the analysis results.
-
Python SDK [9/12/2019] v0.8.31
Provide support for operations on archive storage (ARCHIVE) class files and introduce the restore_object() API.
-
Python SDK [5/23/2019] v0.8.28
Ensure the BOS SDK runs in both Python 2 and Python 3 environments and add support for setting object ACLs.
-
Python SDK [6/27/2017] v0.8.16
Add support for enhanced headers, Append object uploads, sts temporary tokens, CORS cross-domain configurations, lifecycle management, logging, three-step copies, and batch object deletion.
-
Python SDK [5/25/2017] v0.8.15
Enable support for cold storage.
-
Python SDK [9/2/2016] v0.8.13
Provide support for infrequent access storage.
-
Python SDK [7/21/2016] v0.8.12
Supports synchronous copy functionality.
-
Python SDK [3/3/2016] v0.8.9
Supports HTTPS.
-
Python SDK [10/13/2015] v0.8.7
Perform internal optimizations without introducing new features.
-
Python SDK [9/6/2015] v0.8.6
Supports multi-region selection.
- Python SDK [07/23/2015] v0.8.5 BOS has no new features added this time.
-
Python SDK [ 07/9/2015] v0.8.5
- Remove "v1" from the access path.
- Fix an issue where the SDK could not handle objects ending with a "/" character.
-
Python SDK [ 05/28/2015] v0.8.3
No new features have been added to BOS this time.
-
Python SDK [4/2/2015] v0.8.2.1
Initial release:
- Support creating, viewing, listing and deleting bucket
- Modify and obtain access permission of bucket
- Upload, view, list and delete object
