My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Nov 16, 2009
    issue 6 (1046: Type was not found or was not a compile-time constant:...) commented on by harry.vyvey   -   I'm sorry to dig up this old topic but. How can you include adobe air libraries to the project? thx Harry
    I'm sorry to dig up this old topic but. How can you include adobe air libraries to the project? thx Harry
  • Sep 07, 2009
    issue 8 (listObjects ignores prefix and maxKeys) commented on by pallabacsrdeveloper   -   I am also stuck with this part of this project.The amazon S3 has provided a nice implementation of listing objects based on object keys in a single bucket. http://docs.amazonwebservices.com/AmazonS3/latest/index.html?RESTAccessPolicy.html But there is no way to pass these(prefix,marker,maxKeys,delimiter etc) parameters. It would be great if someone has already found out a way and post the code to PUT and GET objects with specific keys
    I am also stuck with this part of this project.The amazon S3 has provided a nice implementation of listing objects based on object keys in a single bucket. http://docs.amazonwebservices.com/AmazonS3/latest/index.html?RESTAccessPolicy.html But there is no way to pass these(prefix,marker,maxKeys,delimiter etc) parameters. It would be great if someone has already found out a way and post the code to PUT and GET objects with specific keys
  • Sep 03, 2009
    r11 (Fixed a bug in the way URI encoding was happening in getTemp...) committed by christian.cantrell   -   Fixed a bug in the way URI encoding was happening in getTemporaryObjectURL that was causing it to occasionally fail.
    Fixed a bug in the way URI encoding was happening in getTemporaryObjectURL that was causing it to occasionally fail.
  • Aug 06, 2009
    issue 10 (Cannot check out svn repository) reported by SilentChris   -   When trying to checkout the code via svn, I get a "URL doesn't exist" error: $> svn checkout http://as3awss3lib.googlecode.com/svn/trunk/as3awss3lib-read-only svn: URL 'http://as3awss3lib.googlecode.com/svn/trunk/as3awss3lib-read-only' doesn't exist Was the URL moved or is there some other problem?
    When trying to checkout the code via svn, I get a "URL doesn't exist" error: $> svn checkout http://as3awss3lib.googlecode.com/svn/trunk/as3awss3lib-read-only svn: URL 'http://as3awss3lib.googlecode.com/svn/trunk/as3awss3lib-read-only' doesn't exist Was the URL moved or is there some other problem?
  • Jul 30, 2009
    issue 9 (getTemporaryObjectURL method is returning the incorrect url ...) commented on by josef.salyer   -   correction: the line should read: url += "://" + escape(bucketName) + "." + AMAZON_ENDPOINT + "/" + escape(objectName) + "? AWSAccessKeyId="+this.accessKey+"&Expires="+s+"&Signature="+authString;
    correction: the line should read: url += "://" + escape(bucketName) + "." + AMAZON_ENDPOINT + "/" + escape(objectName) + "? AWSAccessKeyId="+this.accessKey+"&Expires="+s+"&Signature="+authString;
  • Jul 30, 2009
    issue 9 (getTemporaryObjectURL method is returning the incorrect url ...) reported by josef.salyer   -   What steps will reproduce the problem? 1. create a new S3 object and upload it 2. call the getTemporaryObjectURL method 3. copy and paste the returned usl into a browser What is the expected output? What do you see instead? - That you would see the object you uploaded. - An authentication error What version of the product are you using? On what operating system? the latest, checked out on Friday of last week. Please provide any additional information below. Amazon has changed their signed URL formatting for objects. change line 279 in AWSS3 to read: url += "://" + escape(bucketName) + "." + AMAZON_ENDPOINT + "." + escape(objectName) + "? AWSAccessKeyId="+this.accessKey+"&Expires="+s+"&Signature="+authString;
    What steps will reproduce the problem? 1. create a new S3 object and upload it 2. call the getTemporaryObjectURL method 3. copy and paste the returned usl into a browser What is the expected output? What do you see instead? - That you would see the object you uploaded. - An authentication error What version of the product are you using? On what operating system? the latest, checked out on Friday of last week. Please provide any additional information below. Amazon has changed their signed URL formatting for objects. change line 279 in AWSS3 to read: url += "://" + escape(bucketName) + "." + AMAZON_ENDPOINT + "." + escape(objectName) + "? AWSAccessKeyId="+this.accessKey+"&Expires="+s+"&Signature="+authString;
  • Jun 24, 2009
    issue 8 (listObjects ignores prefix and maxKeys) reported by ernest.micklei   -   current implementation (rev 10) of AWSS3>>listObjects does not take into account the prefix,marker or maxKeys. Moreover, the signature should also have a delimiter parameter. S3 Docs: GET ?prefix=prefix;marker=marker;max-keys=max-keys;delimiter=delimiter I am working on a patch for this and will attach it soon.
    current implementation (rev 10) of AWSS3>>listObjects does not take into account the prefix,marker or maxKeys. Moreover, the signature should also have a delimiter parameter. S3 Docs: GET ?prefix=prefix;marker=marker;max-keys=max-keys;delimiter=delimiter I am working on a patch for this and will attach it soon.
  • Jun 19, 2009
    issue 7 (Inconsistant linkage in airglobal.swc(Stage) - 'flash.displa...) commented on by carolina.torres   -   Thank you so much for this solution. I was having the exact same problem...
    Thank you so much for this solution. I was having the exact same problem...
  • Aug 05, 2008
    issue 3 (ACL settings) commented on by dfeddon   -   You need to POST the file upload (as opposed to the default PUT method) and include ACL data. See the link below for instructions: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1092
    You need to POST the file upload (as opposed to the default PUT method) and include ACL data. See the link below for instructions: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1092
 
Hosted by Google Code