Config Reference - botocore 1.38.10 documentation (original) (raw)

Toggle table of contents sidebar

botocore.config

class 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.