Apply reformatting

pull/20072/head
Boris Feld 1 year ago
parent 8e6a00fdfb
commit 03e7bb8f7d

@ -34,7 +34,7 @@ class S3StorageConfig(BaseSettings):
default=None, default=None,
) )
S3_ADDRESS_STYLE: Literal['auto', 'virtual', 'path'] = Field( S3_ADDRESS_STYLE: Literal["auto", "virtual", "path"] = Field(
description="S3 addressing style: 'auto', 'path', or 'virtual'", description="S3 addressing style: 'auto', 'path', or 'virtual'",
default="auto", default="auto",
) )

Loading…
Cancel
Save