Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2102)

Issue 6231044: s3: implemented SignedURL

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by niemeyer
Modified:
11 years, 11 months ago
Reviewers:
mp+106928, rog
Visibility:
Public.

Description

s3: implemented SignedURL This also cleans up the querying logic a bit to make the implementation of SignedURL more reasonble. https://code.launchpad.net/~niemeyer/goamz/signed-urls/+merge/106928 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 23

Patch Set 2 : s3: implemented SignedURL #

Patch Set 3 : s3: implemented SignedURL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -98 lines) Patch
A .lbox View 1 chunk +1 line, -0 lines 0 comments Download
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M s3/s3.go View 1 7 chunks +184 lines, -88 lines 0 comments Download
M s3/s3i_test.go View 5 chunks +27 lines, -5 lines 0 comments Download
M s3/s3t_test.go View 1 chunk +3 lines, -0 lines 0 comments Download
M s3/sign.go View 2 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 5
niemeyer
Please take a look.
11 years, 11 months ago (2012-05-23 02:42:50 UTC) #1
rog
LGTM. thanks for doing this so quickly! https://codereview.appspot.com/6231044/diff/1/s3/s3.go File s3/s3.go (right): https://codereview.appspot.com/6231044/diff/1/s3/s3.go#newcode99 s3/s3.go:99: req := ...
11 years, 11 months ago (2012-05-23 09:24:49 UTC) #2
rog
https://codereview.appspot.com/6231044/diff/1/s3/s3.go File s3/s3.go (right): https://codereview.appspot.com/6231044/diff/1/s3/s3.go#newcode309 s3/s3.go:309: params: url.Values{"Expires": {strconv.FormatInt(expires.Unix(), 10)}}, i wonder if we should ...
11 years, 11 months ago (2012-05-23 10:04:37 UTC) #3
niemeyer
Please take a look. https://codereview.appspot.com/6231044/diff/1/s3/s3.go File s3/s3.go (right): https://codereview.appspot.com/6231044/diff/1/s3/s3.go#newcode285 s3/s3.go:285: // URL returns a non-signed ...
11 years, 11 months ago (2012-05-23 13:54:16 UTC) #4
niemeyer
11 years, 11 months ago (2012-05-23 13:59:04 UTC) #5
*** Submitted:

s3: implemented SignedURL

This also cleans up the querying logic a bit to make
the implementation of SignedURL more reasonble.

R=rog
CC=
https://codereview.appspot.com/6231044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b