Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-12-22 Thread via GitHub
github-actions[bot] closed pull request #35305: Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider URL: https://github.com/apache/airflow/pull/35305 -- 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

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-12-16 Thread via GitHub
github-actions[bot] commented on PR #35305: URL: https://github.com/apache/airflow/pull/35305#issuecomment-1858993613 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
eladkal commented on code in PR #35305: URL: https://github.com/apache/airflow/pull/35305#discussion_r1378445661 ## airflow/providers/amazon/aws/utils/boto.py: ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
eladkal commented on code in PR #35305: URL: https://github.com/apache/airflow/pull/35305#discussion_r1378445661 ## airflow/providers/amazon/aws/utils/boto.py: ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
o-nikolas commented on code in PR #35305: URL: https://github.com/apache/airflow/pull/35305#discussion_r1378255380 ## airflow/providers/amazon/aws/utils/boto.py: ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
Taragolis commented on code in PR #35305: URL: https://github.com/apache/airflow/pull/35305#discussion_r1378103328 ## airflow/providers/amazon/aws/utils/boto.py: ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
eladkal commented on code in PR #35305: URL: https://github.com/apache/airflow/pull/35305#discussion_r1378068831 ## airflow/providers/amazon/aws/utils/boto.py: ## @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

[PR] Resolve `botocore.UNSIGNED` and `unsigned` in Amazon Provider [airflow]

2023-10-31 Thread via GitHub
Taragolis opened a new pull request, #35305: URL: https://github.com/apache/airflow/pull/35305 This changes help to resolve `botocore.UNSIGNED` -> `unsigned` -> `botocore.UNSIGNED` in different places of Amazon provider: - Operators/Sensors: replace `botocore.UNSIGNED`