botocore.config.Config(*args, **kwargs)¶Advanced configuration for Botocore clients.
| Parameters: |
|
|---|
merge(other_config)¶Merges the config object with another config object
This will merge in all non-default values from the provided config and return a new config object
| Parameters: | config (other) – Another config object to merge with. The values in the provided config object will take precedence in the merging |
|---|---|
| Returns: | A config object built from the merged values of both config objects. |