[GitHub] [airflow] randr97 commented on issue #8890: [WIP] Add AWS S3 create and delete bucket operator

2020-05-17 Thread GitBox
randr97 commented on issue #8890: URL: https://github.com/apache/airflow/issues/8890#issuecomment-629808815 > @randr97 a lot of organizations manage infrastructure like S3 buckets through infrastructure-as-code scripts, usually Terraform since that is what AWS supports natively. The way

[GitHub] [airflow] randr97 commented on issue #8890: [WIP] Add AWS S3 create and delete bucket operator

2020-05-17 Thread GitBox
randr97 commented on issue #8890: URL: https://github.com/apache/airflow/issues/8890#issuecomment-629805198 > @randr97 is this to create and delete buckets or objects in buckets? If it is to create/delete buckets, how would you interact with Terraform state backends? Hi @prateeksan,