This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// moved to https://github.com/vahid-ashrafian/go-promise-caching |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
""" | |
S3 to OSS Migration | |
This script will copy the contents of a S3 | |
bucket to a Alibaba OSS bucket. | |
Depends on the boto3 and oss2 python libraries. | |
Based on a code from Tony Landis: https://gist.github.com/tony-landis/1720032 | |
Author: Vahid Ashrafian | |
License: WTFPL |