toxicsoftware.com

RANDOMIZE USR 0

toxicsoftware.com header image 2

Run Python Script: Amazon S3 Uploader

December 14th, 2007 · 4 Comments · Default

To help illustrate the usefulness of the “Run Python Script” Automator Action I blogged about in my previous post, here’s an action that will upload files to the Amazon S3 Web Service. The script is pure Python and uses the extremely cool boto Python module to interact with Amazon web services. The script is really a sample of what could be done with The Run Python Script action, but I think it really shows off how the action helps to turn Automator into a great tool for interacting with Web Services.

Amazon S3 Uploader Automator Action

Tags: ·····

4 responses so far ↓

  • 1 Run Python Script // Dec 14, 2007 at 11:50 pm

    [...] ← A Special Kind Of Idiot Run Python Script: Amazon S3 Uploader [...]

  • 2 Nico // Mar 4, 2008 at 4:51 pm

    Hi,
    Many thanks for the idea of this great automator script but I got a problem during execution of the S3 Uploader app. Indeed, I got this message ” : exception() takes at least 1 argument (0 given)”. I made installations of boto and PyObjC with success, any ideas ?

  • 3 schwa // Mar 4, 2008 at 4:59 pm

    Nico,

    Highly likely the boto API has changed a little. I’ll have a look and let you know.

    Jon.

  • 4 Nico // Mar 7, 2008 at 5:35 pm

    Many thanks Schwa ! I keep an eye on my box and of course to your blog :)