Skip to content

Add connection http_params argument.

Latest
Compare
Choose a tag to compare
@stevarino stevarino released this 10 Jul 20:39

Allows setting of arguments to requests library as such:

conn = tinys3.Connection(S3_ACCESS_KEY, S3_SECRET_KEY, tls=True, endpoint='s3-eu-west-1.amazonaws.com', http_params={'timeout': 30})