RachitSharma2001 opened a new pull request, #28706:
URL: https://github.com/apache/airflow/pull/28706
Addresses issue #27587.
The way I approached this is through requiring the user, when they create an
`aws conn type`, to specify the bucket name in the extras field like so:
{
"s3_bucket_name" : [bucket name]
}
I updated the `test_provide_bucket_name` test, as previously it was
dependent on the previous `provide_bucket_name()` decorator whose functionality
is no longer valid (due to the removal of `s3 conn_type`), as elaborated in the
issue.
I have also updated the documentation to inform the user of the
`s3_bucket_name` field.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]