Skip to main content

Config

Config is a common storage config.

Attributes

AttributeTypeDescription
TypeTypeSets the type of storage [s3/minio/local/mem/stow/redis].
ConnectionConnectionConfigPlease use StowConfig instead
Stow[StowConfig](stowconfig.md?sid=flytestdlib_storage_stowconfig)Storage config for stow backend.
Redis[RedisConfig](redisconfig.md?sid=flytestdlib_storage_redisconfig)Storage config for the redis backend.
InitContainerstringInitial container (in s3 a bucket) to create -if it doesn't exist-.'
MultiContainerEnabledboolIf this is true, then the container argument is overlooked and redundant. This config will automatically open new connections to new containers/buckets as they are encountered
CacheCachingConfigCaching is recommended to improve the performance of underlying systems. It caches the metadata and resolving inputs is accelerated. The size of the cache is large so understand how to configure the cache.
LimitsLimitsConfigSets limits for stores.
DefaultHTTPClientHTTPClientConfigSets the default http client config.
SignedURLSignedURLConfigSets config for SignedURL.