Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Dec 23, 2024
1 parent 33b4f6f commit 9b53318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/include/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Container(containers.DeclarativeContainer):
provides=S3FileSystem,
key=getenv("AIRFLOW_S3_LOGIN"),
secret=getenv("AIRFLOW_S3_PASSWORD"),
endpoint_url=getenv("AIRFLOW_S3_ENDPOINT_URL"),
endpoint_url=getenv("AIRFLOW_S3_ENDPOINT"),
client_kwargs={
"region_name": getenv("AIRFLOW_S3_REGION_NAME"),
},
Expand Down

0 comments on commit 9b53318

Please sign in to comment.