Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utils: Fix S3Key when prefix is missing. (#29)
Without a prefix, S3Keys have leading slashes which not only causes an empty `/` folder at the root of S3 buckets but causes `get_all_entries` to fail to list items due to the trailing slashes not being correct keyexpr.
- Loading branch information