
Can't upload a file
Edge Accelerated uploads to Amazon s3
in my Swift 3 code, I can’t upload a large file just by file path, see my swift 3 code,
Alamofire.upload(fileURL, to: uploadUrl, method: .put)
Edge Accelerated uploads to Amazon s3
in my Swift 3 code, I can’t upload a large file just by file path, see my swift 3 code,
Alamofire.upload(fileURL, to: uploadUrl, method: .put)
the error message is <Code>SignatureDoesNotMatch</Code>
However, I can use the the same uploadUrl to upload a file, if I read a file into memory and then upload the memory data. so that the real problem is not about signature or jwplayer url, it must be something else.
Can you please recreate your issue with our open source project and share it with support through the link in your dashboard (to ensure your confidentiality)?
https://github.com/jwplayer/jwplayer-sdk-ios-demo
Thanks