Example #1
0
def overwrite_static_site(path, bucket_name):
    file_dict = parse_target_dir(path)
    setup_bucket(bucket_name)
    upload_files(file_dict, bucket_name)
Example #2
0
def overwrite_static_site(path, bucket_name):
    file_dict = parse_target_dir(path)
    setup_bucket(bucket_name)
    upload_files(file_dict, bucket_name)
Example #3
0
def sync_static_site(path, bucket_name):
    file_dict = parse_target_dir(path)
    upload_files(file_dict, bucket_name)
Example #4
0
def sync_static_site(path, bucket_name):
    file_dict = parse_target_dir(path)
    upload_files(file_dict, bucket_name)