You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2023/01/06 19:31:50 UTC

[airflow] branch main updated (bda39188bd -> 3eee33ac8c)

This is an automated email from the ASF dual-hosted git repository.

dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from bda39188bd Ensure correct log dir in file task handler (#28477)
     add 3eee33ac8c Apply "unify bucket and key" before "provide bucket" (#28710)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/exceptions.py  |   6 ++
 airflow/providers/amazon/aws/hooks/s3.py    |  47 ++++++---
 tests/providers/amazon/aws/hooks/test_s3.py | 157 ++++++++++++++--------------
 tests/test_utils/asserts.py                 |   9 +-
 4 files changed, 116 insertions(+), 103 deletions(-)