snakemake / snakemake-storage-plugin-s3

A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)
MIT License
2 stars 11 forks source link

`StorageObject.inventory` iterates over all objects in the bucket #24

Open veprbl opened 7 months ago

veprbl commented 7 months ago

This makes it impossible to init the DAG that references large buckets.

johanneskoester commented 1 month ago

Good point. I guess one can try to limit this to the prefix of a key instead.