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

Issue 6211070: s3: add support for dreamhost and bucket names in the domain

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+106497
Visibility:
Public.

Description

s3: add support for dreamhost and bucket names in the domain S3 supports two ways to address bucket names: via a common domain name plus a path, and via a domain named after the user bucket. This adds support to the latter convention. It also includes support for talking to DreamHost's S3-like endpoint, and fixes a bug in the tests. https://code.launchpad.net/~niemeyer/goamz/dreamhost-support/+merge/106497 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 9

Patch Set 2 : s3: add support for dreamhost and bucket names in the domain #

Patch Set 3 : s3: add support for dreamhost and bucket names in the domain #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -16 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M aws/aws.go View 1 5 chunks +11 lines, -5 lines 0 comments Download
M s3/s3.go View 1 2 chunks +25 lines, -7 lines 0 comments Download
M s3/s3i_test.go View 1 2 chunks +20 lines, -2 lines 0 comments Download
M s3/s3test/server.go View 1 chunk +1 line, -1 line 0 comments Download
M s3/sign.go View 3 chunks +14 lines, -1 line 0 comments Download

Messages

Total messages: 5
niemeyer
Please take a look.
11 years, 11 months ago (2012-05-19 17:44:14 UTC) #1
rog
LGTM with a few minors and taste issues. https://codereview.appspot.com/6211070/diff/1/aws/aws.go File aws/aws.go (right): https://codereview.appspot.com/6211070/diff/1/aws/aws.go#newcode23 aws/aws.go:23: S3BucketEndpoint ...
11 years, 11 months ago (2012-05-22 13:55:43 UTC) #2
niemeyer
Please take a look. https://codereview.appspot.com/6211070/diff/1/aws/aws.go File aws/aws.go (right): https://codereview.appspot.com/6211070/diff/1/aws/aws.go#newcode23 aws/aws.go:23: S3BucketEndpoint string // Not needed ...
11 years, 11 months ago (2012-05-22 14:16:55 UTC) #3
rog
LGTM
11 years, 11 months ago (2012-05-22 14:22:47 UTC) #4
niemeyer
11 years, 11 months ago (2012-05-22 14:26:30 UTC) #5
*** Submitted:

s3: add support for dreamhost and bucket names in the domain

S3 supports two ways to address bucket names: via a common
domain name plus a path, and via a domain named after the
user bucket. This adds support to the latter convention.

It also includes support for talking to DreamHost's S3-like
endpoint, and fixes a bug in the tests.

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

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