Skip to content

Instantly share code, notes, and snippets.

View Ho6hTTOYGg2e's full-sized avatar

6nHgna3MC1 Ho6hTTOYGg2e

View GitHub Profile
@Ho6hTTOYGg2e
Ho6hTTOYGg2e / go-promise-caching.go
Last active September 1, 2019 10:24
move to repository
// moved to https://github.com/vahid-ashrafian/go-promise-caching
@Ho6hTTOYGg2e
Ho6hTTOYGg2e / s3_oss_migrate.py
Last active November 7, 2019 07:17
Migrate from AWS S3 to Alibaba OSS
#!/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