Leave a Reply

7 Comments to “Amazon s3 example”

  1. Sandeep

    Oct 1st, 2007

    Hi Sajith , First of all thanks for posting such a good example code . I was searching for a code for S3 storage . Above is very useful to me. Also let me know how can we view the stored images in web page. I tried with but it seems to be not working . Please help me.

    Thanks in advance ….

  2. mrsajith

    Oct 1st, 2007

    Sandeep,
    you can view and manage your amazon s3 account using mozilla’s plugin.

    http://www.rjonna.com/ext/s3fox.php

    Check and revert me

  3. Sandeep

    Oct 3rd, 2007

    I tried to install S3 organizer extension to mozilla. But it throws an error which says ‘ difference between request time and current time is too large’. The file upload using putObject method works fine and returns response code 200. I tried with below code
    \’

  4. mrsajith

    Oct 4th, 2007

    The time difference i think is due to your system time error. Might be your cmos battery is not working or some virus may change your system time.

    Thanks and Regards
    Sajith.M.R

  5. Prasanna

    Jul 17th, 2009

    Thanks for the help, it was very useful for me and its most clear.

    When i am trying to put an object into the bucket, your code is saying object is created at the specified location, but when i list then object is not listing.

    Could you tell me the reason beyond this. Please….

  6. prasanna

    Jul 24th, 2009

    Hi Sajith,

    How do we check the image exist in the amazon s3 server?

    Please suggest me to do this.