Skip to content

Commit

Permalink
Merge pull request #812 from MTES-MCT/feat-ocsge-51
Browse files Browse the repository at this point in the history
Fix AIRFLOW_S3_ENDPOINT
  • Loading branch information
alexisig authored Dec 23, 2024
2 parents ffec8fc + 9b53318 commit 4363f62
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 4363f62

Please sign in to comment.