Skip to content

Instantly share code, notes, and snippets.

@zkan
Forked from hyperleex/airflow-s3-connection
Created September 26, 2021 11:18
Show Gist options
  • Save zkan/4b8e935c05b3ac9e8f432187157747f9 to your computer and use it in GitHub Desktop.
Save zkan/4b8e935c05b3ac9e8f432187157747f9 to your computer and use it in GitHub Desktop.
amazon s3 / minio s3 airflow connection
admin > connections > +
conn_type = s3
conn_name = local_minio
Extra: a JSON object with the following properties:
{
"aws_access_key_id":"your_minio_access_key",
"aws_secret_access_key": "your_minio_secret_key",
"host": "http://127.0.0.1:9000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment