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 do so using the flash.net.SecureSocket object but I can’t manage to send anything to the AWS host. After calling the connect(host, port) method on the SecureSocket it dispatches an Event.CONNECT event and I can read the following properties on the SecureSocket object : connected=true isSupported=true serverCertificateStatus=« trusted » But when I try To send an HTTP request using the writeUTFBytes and flush methods, nothing happens : no error event dispatched and Charles proxy doesn’t show anything related to the request. I doesn’t have any idea on what is going on, I’m probably doing something wrong but I cannot find out what it can be. If someone has an idea it would save my day :-) Thank you. Vincent -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/