Multi-storage-client

Latest version: v0.18.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.18.0

- Fixed import failure when initializing OpenTelemetry with datasketches.
- Refactored OS contrib module to use `MultiStoragePath`.
- Enhanced error messages in storage providers.
- Improved error messages for missing optional dependencies.
- Added support for configurable cache eviction policies.
- Fixed retry behavior for SwiftStack operations.
- Updated S3 timeouts to match boto3 default values.
- Added support for S3 Express One Zone buckets.
- Optimized range reads by removing redundant HEAD requests.

0.17.0

- Support buffering for POSIX files.
- Fix special character handling in `msc://` URLs.
- Make the benchmarking tool configurable.
- Include complete object metadata when listing objects with the manifest metadata provider.
- Make `StorageClient.is_empty()` use the manifest metadata provider when present.
- Add a programmatic API for the benchmark tool.
- Support `include_directories` when listing objects with the manifest metadata provider.
- Ignore unknown storage types in Rclone configuration reader.
- Include complete object metadata when listing objects with the OCI storage provider.
- Fix path translation in `StorageClient.copy()` when a metadata provider is present.
- Include profile in client serialization to fix multiprocessing support.
- Use aware `datetime.min` to fix timestamp fallbacks.
- Fix path translation in `StorageClient.open()` when a metadata provider is present.
- Omit base path in object metadata keys.
- Add `UuidMetadataProvider` which translates between paths and UUIDs.
- Support atomic creation for POSIX files.
- Remove warning log when using the default profile.
- Add memory load size limit for objects.

0.16.0

- Merge spans in file object traces.
- Use ETags by default in caches.
- Add object last modified time fallback for the OCI storage provider.
- Make observability dependencies optional.
- Fix path translation in `StorageClient.open()`.
- Clear manifest metadata provider pending removes on commit.
- Add retries for OpenTelemetry errors.
- Add `pathlib` adapter.
- Add `sync()` shortcut for Rsync-like bulk copies.
- Ignore file not found errors when deleting from cache.
- Add `list()`, `write()`, and `delete()` shortcuts.
- Fix `StorageClient.delete()` failures when a cache is configured.
- Fix inconsistent globbing behavior with POSIX paths.
- Sort returned directories for the POSIX file storage provider.
- Fix provider names in metrics.
- Add retry and timeout options to AIStore, Azure, OCI, S3, and SwiftStack storage providers.

0.15.0

This release raises the minimum boto3 version to 1.36.0 in order to include the [S3 default request/response integrity check changes](https://github.com/boto/boto3/issues/4392).

Users using the S3 storage provider with alternative S3-compatible storage services should set the `request_checksum_calculation` and `response_checksum_validation` storage provider options to `when_required`.

SwiftStack users can switch from the S3 storage provider (`type: s3`) to the SwiftStack storage provider (`type: s8k`) which automatically applies these options.

- Log error types in S3 storage provider.
- Fix `glob()` for the AIStore storage provider.
- Make request/response integrity checks configurable for the S3 storage provider. Raise the minimum and uncap the boto3 version.
- Make Rclone SwiftStack configuration use the SwiftStack storage provider.
- Add `endpoint_url` option for the GCS storage provider.
- Rename `secret_key_id` Rclone S3 configuration to `secret_access_key`.
- Add `strict` option to `lsdir()` in `os.path` adapter.
- Retry on 503 Service Unavailable errors in S3 storage provider.
- Add `strict` option to `MultiStorageClient.get_object_metadata()`.
- Stop trying to parse object last access time in AIStore storage provider.
- Make pickling errors clearer.
- Replace `storage_provider` with `storage_client` in `ObjectFile`.
- Remove cache load factor.
- Support any-size object copies in GCS storage provider.
- Fix cache lockfile cleanup.
- Make connection concurrency and timeouts configurable for the S3 storage provider.

0.14.1

- Add retries to `upload_file()` and `write()` on MSC.
- Log `request_id` in case of error on S3 storage provider.
- Drop redundant `content_length` from manifests.

0.14.0

- Add support for Rclone config.
- Bump OCI SDK minimum version to work with Python 3.12.
- Add access token refresh for OpenTelemetry.
- Fix glob and list returning an empty list when `base_path` is empty.
- Support `signature_config` in the S3 provider.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.