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
import boto3 | |
from botocore.config import Config | |
from boto3.s3.transfer import TransferConfig, S3Transfer | |
import argparse | |
import os | |
import sys | |
import threading | |
# Constants | |
GB = 1024 ** 3 |