noblesamurai / as3awss3lib

Automatically exported from code.google.com/p/as3awss3lib
0 stars 0 forks source link

Doesn't work in AS3 only AIR...or did I miss something #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import into an AS3 project
2. set keys
3. call list buckets

What is the expected output? What do you see instead?
Expected to get a list of buckets associated with the S3 account. Instead, 
got: Error #2096: The HTTP request header Date cannot be set via 
ActionScript.

What version of the product are you using? On what operating system?
Latest SVN, using Flash Builder 4, on Win 7

Please provide any additional information below.
If this is an AIR S3 library, then it should be listed as such, and not as 
AS3.

Original issue reported on code.google.com by palls...@gmail.com on 14 Apr 2010 at 11:24

GoogleCodeExporter commented 9 years ago
We need a library that works on the flash platform and not just in AIR.  I've 
been
looking but have not found one yet.  I may have to build one.

Original comment by pdecour...@gmail.com on 1 Jun 2010 at 3:59

GoogleCodeExporter commented 9 years ago
I am currently building a ecommerce application in Flex, which is why I looked 
into 
this. It may just be simpler to create a SoapClient and point it to the S3 WSDL 
file.

It can be found here: 
http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl

Original comment by palls...@gmail.com on 2 Jun 2010 at 12:31