jeslyvarghese / aws-to-azure-migrator

A cli utility for bulk migration of aws s3 content to azure storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Migrator

This is a command line utility for bulk migration of contents to azure storage. At the moment this includes only an S3-Azure Storage movement utility

Usage:

migrate-to-azure --azure-storage-account=<> --azure-storage-key=<> --aws-region-name=us-west-2 --aws-access-key=<> --aws-secret-key=<> --thread-count<>

By default the thread count is set to 100.

Usage:

migrate-to-azure --help

Installation

pip:

pip install  git+https://github.com/jeslyvarghese/aws-to-azure-migrator.git

Pull requests are welcome. If you want more providers added or in case of bugs please create an issue.

About

A cli utility for bulk migration of aws s3 content to azure storage

License:MIT License


Languages

Language:Python 100.0%