mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 14:12:18 -05:00
[PR #2690] [CLOSED] Add CloudFile-Mover to awesome-python #2003
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2690
Author: @RaghavaCh440
Created: 4/27/2025
Status: ❌ Closed
Base:
master← Head:add-cloudfile-mover📝 Commits (1)
baaa48bAdd CloudFile-Mover to awesome-python📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
README.md(+4 -0)📄 Description
What is this Python project?
Project Description:
CloudFile-Mover is a Python-based cross-cloud large file transfer tool supporting Google Cloud Storage (GCS), Amazon S3, and Azure Blob Storage. It enables efficient and secure file migrations across cloud platforms.
GitHub Repo: https://github.com/RaghavaCh440/cloudfile-mover
Cross-Provider Transfers: Move files between S3, GCS, and Azure Blob Storage in any combination (e.g. S3 → GCS, Azure → S3, etc.).
High Performance via Multithreading: Utilizes multi-threading to download and upload file chunks in parallel, significantly speeding up transfers for large files.
Large File Segmentation: Automatically splits large files into chunks (e.g. using S3 multipart upload, GCS object composition, Azure block blobs) to support very large sizes and improve throughput.
Robustness with Retries: Implements retry logic for network hiccups or transient cloud errors on each chunk transfer.
Progress Bar: Displays a tqdm progress bar showing the transfer progress (with options to suppress it for non-interactive use).
Flexible Logging: Uses Python’s logging to output transfer information. Verbosity can be adjusted (quiet, info, debug) via a CLI flag.
True Move Semantics: Upon successful transfer to the destination, the source object is deleted, mimicking a “move” rather than “copy”.
Secure Authentication: Leverages standard cloud authentication methods (no credentials are ever hardcoded). Supports AWS IAM roles/keys, Google Application Default Credentials, and Azure DefaultAzureCredential for seamless auth.
Command-Line Interface (CLI): Includes a CLI script cloudfile-mover with options such as --threads, --verbose, --no-progress.
Importable Library: Can be used as a Python module with a move_file function for programmatic access.
PyPI-Ready Package: Provided with setup files, tests, and documentation for ease of installation and distribution.
What's the difference between this Python project and similar ones?
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.