/s3itch

An S3 proxy for Skitch's WebDAV sharing support

Primary LanguageRuby

S3itch - Sharing Skitch uploads on S3

As Skitch will soon shut down their own hosting and switch to Evernote, the only reasonable thing to do is to use WebDAV instead and put files on S3.

Note that this app does not work with Skitch 2.0, which removed any sharing options other than Evernote. It works with Skitch 1.0.x only, the latest version of which (v1.0.12) you can still download, AppStore-free.

Installation

The app assumes you're storing files in a bucket that has a CNAME attached to it, e.g. s3itch.mydomain.com, and that you're setting this CNAME as base URL in Skitch. Skitch sends a HEAD request to the base URL (your S3 bucket) after uploading to check if the file was properly stored.

It's made for deployment on Heroku:

  • git clone git://github.com/roidrage/s3itch.git

  • heroku create --stack cedar

  • git push heroku master

  • Set environment variables AWS_REGION (e.g. eu-west-1), AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, S3_BUCKET, HTTP_USER and HTTP_PASS for the Heroku app

  • Configure Skitch with the bucket and the URL of the Heroku app. Also configure the username and password if set.: Skitch Configuration

    By the way, this picture was uploaded using this bridge and is hosted on S3. Did that just blow your mind?

Using

Take screenshot, annotate whimsically, upload, done.

Skitch generates a new name for every upload that includes the timestamp and has the full URL to the file ready for you to copy to the clipboard. Unfortunately the WebDAV export doesn't copy that automatically, but after sharing, the "Share" button turns into a "Copy" button.

Done!