Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am cheif on github.
* I am cheif (https://keybase.io/cheif) on keybase.
* I have a public key whose fingerprint is E197 1F23 EDE4 DC72 2B47 5AC9 7083 B27F 6D14 2339
To claim this, I am signing this object:
"Vundle
set encoding=utf-8
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'scrooloose/syntastic'
@cheif
cheif / uploader.rb
Last active December 16, 2015 21:39
require 'base64'
require 'rest_client'
url = "http://directs3upload.s3-eu-west-1.amazonaws.com/"
filename = "testfile.txt"
policy = '
{ "expiration": "2013-12-01T12:00:00.000Z",
"conditions": [
{"bucket": "directs3upload" },