You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add presigned URL generation via msc.generate_presigned_url() shortcut and StorageClient.generate_presigned_url(). Supports S3 native signing and CloudFront signed URLs through a pluggable URLSigner abstraction.
Add dryrun mode to sync_from and msc.sync() that enumerates and compares objects without performing any copy/delete, streaming results to JSONL files via DryrunResult on SyncResult.
Bug Fixes
Fix sync worker to protect add_file references from concurrent modification.
Fix handling of directory paths in ManifestMetadataProvider.get_object_metadata.
Remove placement group overhead from Ray sync workers.
Multi-Storage File System (MSFS)
New Features
Integrate sortedmap B+Tree data structure for enhanced scalability.
Shift to pointer-free inodeStruct for improved memory efficiency.