filestack / filestack-python

Official Python SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
48 stars 20 forks source link

Add headers to multipart uploads #17

Closed bkwi closed 7 years ago

bkwi commented 7 years ago

This PR adds config.HEADERS to each multipart upload requests that goes to Filestack servers. PUT request to S3 is left untouched.

I also fixed some indentation issues.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.236% when pulling 2549e0a133f219466101bd4f6706a00fb624b32b on add-headers-to-multipart-uploads into c71c8741272e65bfe0a7c29710ce3e9598c90880 on develop.

staturecrane commented 7 years ago

Looks good :)