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

Issue 5555050: Added optional ability to disable consecutive slash suppression in paths in boto (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by Mike Schwartz
Modified:
14 years, 3 months ago
Reviewers:
marccohen, mitch.garnaat
CC:
gs-team_google.com
Visibility:
Public.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixed erroneous default value for suppress_consec_slashes param #

Patch Set 3 : Changes in response to review comments #

Patch Set 4 : Fixed default value for suppress_consec_slashes param all the way up the call stack #

Patch Set 5 : Changed to pass suppress_consec_slashes on class constructors instead of call stack #

Total comments: 4

Patch Set 6 : Changes in response to review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -56 lines) Patch
M boto/__init__.py View 1 2 3 4 3 chunks +7 lines, -2 lines 0 comments Download
M boto/connection.py View 1 2 3 4 5 chunks +14 lines, -13 lines 0 comments Download
M boto/gs/connection.py View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M boto/gs/key.py View 1 2 3 4 3 chunks +2 lines, -8 lines 0 comments Download
M boto/s3/connection.py View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
M boto/s3/key.py View 1 2 3 4 3 chunks +5 lines, -18 lines 0 comments Download
M boto/storage_uri.py View 1 2 3 4 5 6 chunks +11 lines, -4 lines 0 comments Download
M tests/s3/mock_storage_service.py View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 6
marccohen
http://codereview.appspot.com/5555050/diff/1/boto/connection.py File boto/connection.py (right): http://codereview.appspot.com/5555050/diff/1/boto/connection.py#newcode505 boto/connection.py:505: # The default behavior is to suppress consecutive slashes ...
14 years, 5 months ago (2012-01-18 23:10:47 UTC) #1
Mike Schwartz
Thanks - PTAL http://codereview.appspot.com/5555050/diff/1/boto/connection.py File boto/connection.py (right): http://codereview.appspot.com/5555050/diff/1/boto/connection.py#newcode505 boto/connection.py:505: # The default behavior is to ...
14 years, 5 months ago (2012-01-18 23:19:48 UTC) #2
marccohen
LGTM
14 years, 5 months ago (2012-01-18 23:23:03 UTC) #3
marccohen
http://codereview.appspot.com/5555050/diff/4006/boto/storage_uri.py File boto/storage_uri.py (right): http://codereview.appspot.com/5555050/diff/4006/boto/storage_uri.py#newcode94 boto/storage_uri.py:94: self.suppress_consec_slashes) Unnecessary parens which don't aid readability around self.suppress_consec_slashes? ...
14 years, 5 months ago (2012-01-19 01:57:17 UTC) #4
Mike Schwartz
Thanks, PTAL http://codereview.appspot.com/5555050/diff/4006/boto/storage_uri.py File boto/storage_uri.py (right): http://codereview.appspot.com/5555050/diff/4006/boto/storage_uri.py#newcode94 boto/storage_uri.py:94: self.suppress_consec_slashes) On 2012/01/19 01:57:17, marccohen wrote: > ...
14 years, 5 months ago (2012-01-19 02:07:04 UTC) #5
marccohen
14 years, 5 months ago (2012-01-19 02:35:53 UTC) #6
LGTM
Sign in to reply to this message.

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