Skip to content

Instantly share code, notes, and snippets.

View vahid-a4's full-sized avatar

Vahid vahid-a4

View GitHub Profile
@vahid-a4
vahid-a4 / go-promise-caching.go
Last active September 1, 2019 10:24
move to repository
// moved to https://github.com/vahid-ashrafian/go-promise-caching
@vahid-a4
vahid-a4 / 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