Hi Jan,
I was making a mistake building the HTTP request misplacing a CRLF entry.
Vincent.
--
Sent from: http://apache-flex-users.246.n4.nabble.com/
Sounds good - can you tell how you did resolve this and what the issue was?
-
Jan F. Weber,
AIR/Flex Developer @ SeMSy 5 Front-End Team, Dallmeier electronic
(www.dallmeier.com)
--
Sent from: http://apache-flex-users.246.n4.nabble.com/
Hi again,
I solved the problem.
Thank you.
Vincent.
--
Sent from: http://apache-flex-users.246.n4.nabble.com/
Hi,
I’m developing an AWS S3 client using Amazon REST API (signature V4
process).
Everything is working fine except for the PutObject method implementation.
This method is used to upload a file inside a bucket by making an HTTP
request and sending chunks of the file progressively.
I’m trying to d