sssp 1.0.0 → 1.1.0
raw patch · 3 files changed
+11/−4 lines, 3 filesdep +base64-bytestringdep +cerealdep +cryptohash
Dependencies added: base64-bytestring, cereal, cryptohash
Files
- LICENSE +1/−1
- README +2/−1
- sssp.cabal +8/−2
LICENSE view
@@ -1,5 +1,5 @@ - ©2012 Airbnb, Inc.+ ©2012 Erudify, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
README view
@@ -1,5 +1,5 @@ SYNOPSIS- sssp web?+ sssp DESCRIPTION SSSP is an HTTP proxy for S3 that can generate short-lived, signed URLs@@ -55,6 +55,7 @@ retrieves the listing as a plaintext document, one URL per line. GET http://sssp.io/p/a/t/h # Signed for the default time (10s).+ GET http://sssp.io/p/a/t/h?t=n # Signed for n seconds. A PUT to an item sets the item's content. DELETEs can be singular or plural. A plural DELETE removes only the objects generated by a list-
sssp.cabal view
@@ -1,5 +1,5 @@ name : sssp-version : 1.0.0+version : 1.1.0 category : Text license : BSD3 license-file : LICENSE@@ -19,7 +19,7 @@ source-repository head type : git- location : http://github.com/airbnb/sssp.git+ location : http://github.com/erudify/sssp.git flag no-cli@@ -35,9 +35,12 @@ , attempt >= 0.4 , attoparsec >= 0.10 , aws >= 0.7 && < 0.8+ , base64-bytestring >= 1.0 , blaze-builder >= 0.3 , case-insensitive >= 0.4+ , cereal >= 0.3.5 , conduit >= 0.5+ , cryptohash >= 0.7.5 , data-default >= 0.4 , http-conduit >= 1.5 , http-types >= 0.6@@ -73,9 +76,12 @@ , attempt >= 0.4 , attoparsec >= 0.10 , aws >= 0.7 && < 0.8+ , base64-bytestring >= 1.0 , blaze-builder >= 0.3 , case-insensitive >= 0.4+ , cereal >= 0.3.5 , conduit >= 0.5+ , cryptohash >= 0.7.5 , data-default >= 0.4 , http-conduit >= 1.5 , http-types >= 0.6