astrohack.scripts.verification.file_uploader

Attributes

parser

remote_download_json_name

Functions

execute_shell_command(command)

download_manifest(args[, manifest_filename])

prepare_data_for_upload(args)

update_manifest_version(manifest)

add_data_to_manifest(args, manifest, file_properties, ...)

upload_a_file_to_cloudflare(s3_client, bucket_name, ...)

upload_data_to_cloudflare(manifest_filename, ...)

main()

Module Contents

parser[source]
remote_download_json_name = 'file.download.json'[source]
execute_shell_command(command)[source]
download_manifest(args, manifest_filename='.manifest.json')[source]
prepare_data_for_upload(args)[source]
update_manifest_version(manifest)[source]
add_data_to_manifest(args, manifest, file_properties, manifest_filename)[source]
upload_a_file_to_cloudflare(s3_client, bucket_name, local_file_path, remote_file_path)[source]
upload_data_to_cloudflare(manifest_filename, file_properties)[source]
main()[source]