Feature Request
Scenario / Use-case
Google allows to configure custom domain for cloud storage and I'd like to use it.
Summary
Currently it's hardcoded as https://storage.googleapis.com/.
Either adapter itself could accept additional argument to provide the base URL, or we could add UrlGenerator to the google cloud storage package and accept the URL generator to be injected to the adapter.
As I am using symfony bundle, I am not instantiating the adapter directly and I just pass the class/service name of url generator to the adapter configuration.