The library behaves strangely in several ways:
Once a folder name is appended to a bucket e.g. https://baassimless-eu-c1.s3.eu-central-1.amazonaws.com/benchmark/ the or https://storage.cloud.google.com/speechtranslate-input-us-e1-60/ the bucket provider isn't correctly recognized.
This behavior was definitely reproducible for AWS and has to be checked for GCP.
Furthermore, the listFiles operation on such a URL will return all files in the bucket.
Instead, it should return only files and subfiles in the folders.
Maybe to have an additional filter option to include subdirectories, would make sense?
The library behaves strangely in several ways:
Once a folder name is appended to a bucket e.g. https://baassimless-eu-c1.s3.eu-central-1.amazonaws.com/benchmark/ the or https://storage.cloud.google.com/speechtranslate-input-us-e1-60/ the bucket provider isn't correctly recognized.
This behavior was definitely reproducible for AWS and has to be checked for GCP.
Furthermore, the listFiles operation on such a URL will return all files in the bucket.
Instead, it should return only files and subfiles in the folders.
Maybe to have an additional filter option to include subdirectories, would make sense?