Skip to content

Instantly share code, notes, and snippets.

@nevir
Created October 3, 2011 23:47
Show Gist options
  • Select an option

  • Save nevir/1260562 to your computer and use it in GitHub Desktop.

Select an option

Save nevir/1260562 to your computer and use it in GitHub Desktop.
{"expiration": "2009-01-01T00:00:00Z",
"conditions": [
{"bucket": "s3-bucket"},
["starts-with", "$key", "uploads/"],
{"acl": "private"},
{"success_action_redirect": "http://localhost/"},
["starts-with", "$Content-Type", ""],
["content-length-range", 0, 1048576]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment