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 721d4e7 Update documentation regarding Python 3.9 support (#17611)
add 1632c9f Add new LocalFilesystemToS3Operator under Amazon provider
(#17168) (#17382)
No new revisions were added by this update.
Summary of changes:
...xample_s3_to_sftp.py => example_local_to_s3.py} | 27 +++----
.../s3_copy_object.py => transfers/local_to_s3.py} | 81 ++++++++++---------
.../amazon/aws/transfers/test_local_to_s3.py | 93 ++++++++++++++++++++++
3 files changed, 149 insertions(+), 52 deletions(-)
copy airflow/providers/amazon/aws/example_dags/{example_s3_to_sftp.py =>
example_local_to_s3.py} (64%)
copy airflow/providers/amazon/aws/{operators/s3_copy_object.py =>
transfers/local_to_s3.py} (54%)
create mode 100644 tests/providers/amazon/aws/transfers/test_local_to_s3.py