Commit c1461d1a authored by kurumuz's avatar kurumuz

print headers

parent 0e72b5bc
......@@ -73,6 +73,7 @@ def get_s3_secret_headers(endpoint, access_key, secret_key, bucket, s3_file):
"Content-Type": content_type,
"Authorization": "AWS {}:{}".format(access_key, signature_hash)
}
print(headers)
return headers
class CURLS3StreamFile(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment