This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e2c7847c6b Change chart annotation generator to use RELEASE_NOTES
(#23549)
add 27a80511ec Fix LocalFilesystemToS3Operator and S3CreateObjectOperator
to support full s3:// style keys (#23180)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/s3.py | 55 ++++++++++++++--------
airflow/providers/amazon/aws/operators/s3.py | 10 ++--
airflow/providers/amazon/aws/sensors/s3.py | 13 +----
.../providers/amazon/aws/transfers/local_to_s3.py | 16 +++----
tests/providers/amazon/aws/hooks/test_s3.py | 14 ++++++
.../amazon/aws/operators/test_s3_object.py | 12 +++++
tests/providers/amazon/aws/sensors/test_s3_key.py | 4 +-
.../amazon/aws/transfers/test_local_to_s3.py | 19 ++++++++
8 files changed, 94 insertions(+), 49 deletions(-)