This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a change to branch add-sync-scripts
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git
from 1dc362c3f6 Add s3 to github sync script and workflow
add c71dc444fa Add bulk sync scripts and last-commit sync scripts
add b48383208c Add bulk sync scripts and last-commit sync scripts
No new revisions were added by this update.
Summary of changes:
.../{s3-to-github.yml => github-to-s3.yml} | 41 +++---
README.md | 31 +++++
scripts/__init__.py | 0
scripts/github_to_s3.py | 143 +++++++++++++++++++++
scripts/s3_to_github.py | 103 ++++-----------
scripts/transfer_utils.py | 95 ++++++++++++++
6 files changed, 310 insertions(+), 103 deletions(-)
copy .github/workflows/{s3-to-github.yml => github-to-s3.yml} (73%)
create mode 100644 scripts/__init__.py
create mode 100644 scripts/github_to_s3.py
create mode 100644 scripts/transfer_utils.py