Skip to content
Snippets Groups Projects
Commit aaa01e07 authored by Jake Taylor's avatar Jake Taylor
Browse files

clean up upload script

parent 1db635eb
Branches dev
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ def upload(src_path, dst_path, s3_bucket, region,
aws_secret_access_key=access_key_secret,
region_name=region).resource("s3")
s3.Bucket(s3_bucket).put_object(Key=dst_path, Body=upload_data.read())
log.debug("Successfully uploaded to {}/{} from {}".format(s3_bucket,
log.info("Successfully uploaded to {}/{} from {}".format(s3_bucket,
dst_path,
src_path))
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment