Contacts

Mailing list

The preferred way to contact developers or ask for help is a mailing list at s3tools-general@lists.sourceforge.net (subscribe, archive)

Announcements of new releases

Announcements are sent to s3tools-announce@lists.sourceforge.net . If you’re maintaining a package for any distribution we recommend that you subscribe to this list

Donations

Consider PayPal or CreditCard donation towards developer’s expenses. List of recent donors is on our Supporters page

Forum

Alternatively post a message to S3tools Discussion forum if you for some reason don’t like mailing lists.

Bug reporting

Please report any bugs on the mailing list or use our Bug reporting tool

Private message

To send a private message directly to the developers without using any form of the public means above use the address s3tools@logix.cz

Note: this address is good for instance to report security bugs. Not for user support or general discussion. In most cases you’ll want to use the mailing list or forum as described above.

By Michal Ludvig on 22 August 2008

Tags:

---

Comment

  1. Aditya Prasad wrote:

    Will version 0.9.8.4 be available soon? I can’t use any of my buckets with uppercase letters right now.

    Thanks!

    (25 September 2008, 13:59 · #)

  2. Thomas Pischke wrote:

    s3cmd 0.9.8.1 in Ubuntu intrepid repos is unusable due to this:

    File “/usr/lib/python2.5/site-packages/S3/S3.py”, line 447, in recv_file response[“speed”] = float(response[“size”]) / response[“elapsed”] ZeroDivisionError: float division

    Looks like this is fixed in 0.9.8.4. Please release soon!

    ( 4 November 2008, 09:42 · #)

  3. chantal wrote:

    hi, this is chantal who using S3 Service.
    I make a authorization part of S3 downloading application.
    and it keep make 403 forbidden error(Signature doesn’t match).
    and I already checked AccessKey & SecretKey several times, but there is no problem.
    And this is a code file.

    public ActionResult TestAWSGetFile() { Hashtable parameters = RequestUtils.GetHashtable(Request);

    string strToSign; string url = (string)parameters[“WURL”]; string date = (string)parameters[“date”]; string subUrl = (string)parameters[“subURL”];

    string awsSecretKey = (string)parameters[“awsSecretKey”]; strToSign = “GET” + “\n” + “\n” + “\n” + date + “\n” + subUrl;

    Encoding ae = new UTF8Encoding();

    HMACSHA1 signature = new HMACSHA1);

    string sig = Convert.ToBase64String(signature.ComputeHash(ae.GetBytes(strToSign.ToCharArray())));

    ViewData[“signature”] = sig; ViewData[“WURL”] = url; ViewData[“date”] = date; ViewData[“subURL”] = subUrl; return View(); }

    (16 May 2009, 23:42 · #)

  4. lumeneo wrote:

    Thanks so much – this is the best command line tool for s3 yet – I rely on it for every file I move! Just sent you a donation, I wish I could pay you more! Cheers!

    ( 4 December 2009, 15:10 · #)

 
---