我想将图像从闪存直接从闪存上传到 S3。我需要发出的请求似乎需要是我认为 flash 不支持的 PUT 请求。有没有人使用预签名的 url 让 flash 与 S3 一起工作?尝试添加 X-HTTP-Method-Override 似乎没有用。认为可能有一种方法可以使用套接字?
http://docs.amazonwebservices.com/AmazonS3/latest/dev/UploadObjectPreSignedURLDotNetSDK.html
http://verveguy.blogspot.co.uk/2008/07/truth-about-flex-httpservice.html