You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/24 18:32:04 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #25945: Raise an error on create bucket if use regional endpoint for us-east-1 and region not set

Taragolis opened a new pull request, #25945:
URL: https://github.com/apache/airflow/pull/25945

   If use regional endpoint for us-east-1 region on s3 client and region not set, then client will return 'aws-global' region which is not possible to use in `CreateBucketConfiguration={'LocationConstraint': region_name}`.
   
   Instead of guess region - raise an error and inform users that `region_name` should set.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #25945: Raise an error on create bucket if use regional endpoint for us-east-1 and region not set

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #25945:
URL: https://github.com/apache/airflow/pull/25945


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org