aliyun-oss-object-store object-store-v0.0.1
[0.0.1] - 2026-06-01
Features
-
(object_store) Init ObjectStore implement
-
(object_store) Implement put_opts method and BuiltinPutPayload for AliyunOssObjectStore
-
(object_store) Enhance get_opts method and add error handling for AliyunOssObjectStore
-
(object_store) Update BuiltinPutPayload to support streaming and add content_length method
-
(object_store) Implement delete method for AliyunOssObjectStore with async streaming support
-
(object_store) Add async list method for AliyunOssObjectStore and introduce list module
-
(object_store) Implement list_with_delimiter method and enhance list module for AliyunOssObjectStore
-
(object_store) Enhance copy_opts method to handle existing destination objects and implement copy logic
-
(object_store) Add multipart upload support for AliyunOssObjectStore and update dependencies
-
(object_store) Enhance multipart upload completion to return ETag
-
(object_store) Add upload_with_etag method to return ETag on upload
Miscellaneous
-
Update GitHub Actions workflow for publishing and release processes, add changelog configurations for aliyun-oss-client and aliyun-oss-object-store
-
(object_store) Remove version specification for aliyun-oss-client dependency in Cargo.toml
-
(object_store) Publish v0.0.1
Other
- Fmt
Refactor
-
(object_store) Remove Client from AliyunOssObjectStore and update constructor
-
(object_store) Rename package to aliyun-oss-object-store and update description