Closed
Description
Description
The S3 storage_options
is case-sensitive for the moment (example: created with from_map
, which could lead to not retrieve storage_options
provided with lowercases parameters (example: from the Python binding using a simple storage_options
dictionary).
Use Case
Allow case-insensitive storage options to provide more flexibility to the user when passing the storage_options
via parameters.
Activity