Skip to content

Instantly share code, notes, and snippets.

@hyperleex
Created June 30, 2021 10:27
Show Gist options
  • Save hyperleex/073cb0b868008af833f4ebb24375abe9 to your computer and use it in GitHub Desktop.
Save hyperleex/073cb0b868008af833f4ebb24375abe9 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"
}
@hyperleex
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment