File upload is incompatible with signed URLs
Uploading files to a signed URL is not working. This is because the underlying client is injecting an authorization token in every request it makes. MR osdu/platform/system/sdks/common-python-sdk!75 (merged) adds the ability to send no-authorization header requests.
Update the Mixin for receiving manifest file so sets the new no-auth flag when uploading a file to a signed URL.
Edited by Morris Estepa