object_store: Builders (S3/Azure/GCS) are missing the get method
to get the actual configuration information
#4021
Labels
enhancement
Any new improvement worthy of a entry in the changelog
object-store
Object Store Interface
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The current Builders (S3/Azure/GCS) only provide the
set method
, e.g.builder.with_access_key_id()
.Since the current Builders also support getting configuration information from the
::from_env()
, so we also need theget method
to verify that the actual configuration is as expected.Describe the solution you'd like
get method
Describe alternatives you've considered
pub
Additional context
The text was updated successfully, but these errors were encountered: