flytekit.configuration.S3Config#
- class flytekit.configuration.S3Config(enable_debug=False, endpoint=None, retries=3, backoff=datetime.timedelta(seconds=5), access_key_id=None, secret_access_key=None)[source]#
S3 specific configuration
Methods
- Parameters:
- classmethod auto(config_file=None)[source]#
Automatically configure :param config_file: :return: Config
Attributes
- backoff: timedelta = datetime.timedelta(seconds=5)
- enable_debug: bool = False
- retries: int = 3