4

I'm using the versions airflow 2.5.1 and python 3.10. I need to create S3 connection type in Admin>Add connection. But the connection Type for S3 in dropdown is missing.

I already installed the the provider apache-airflow-providers-amazon and also tried re-starting. But the issue remains. Any help would be much appreciated.

Dutt
  • 301
  • 1
  • 9

2 Answers2

3

I ended up using connection type Amazon Web Services. It worked with the same s3 hook.

Dutt
  • 301
  • 1
  • 9
0

Since version 6 of the Amazon providers this connection type has been removed. As you've already found out, you can just use the Amazon Web Services connection type and specify s3 specific configuration in the connection's 'extra' field like in this example

Simon D
  • 5,730
  • 2
  • 17
  • 31