File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -171,12 +171,6 @@ The script has been optimized to minimize S3 API calls:
171171- ** Smart filtering** : Only makes ` copy_object ` API calls for objects that actually need to change storage class
172172- ** Progress tracking** : Shows how many objects need changes vs. already correct
173173
174- ** Example performance** : For a Zarr store with 1,058 objects where 260 need changes:
175- - Listing: ~ 1 second (unavoidable - must discover all objects)
176- - Processing: ~ 100 seconds for 260 changes (~ 400ms per object)
177- - ** Objects already at target** : 0 API calls (instant)
178- - ** Total time** : ~ 1m 42s instead of 8+ minutes without optimization
179-
180174## Path Filtering
181175
182176The script supports filtering which subpaths within the Zarr store should have their storage class changed:
You can’t perform that action at this time.
0 commit comments