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.
Coverage remained the same at 91.236% when pulling 2549e0a133f219466101bd4f6706a00fb624b32b on add-headers-to-multipart-uploads into c71c8741272e65bfe0a7c29710ce3e9598c90880 on develop.
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.