Merge lp:~clint-fewbar/txaws/fix-s3-port into lp:txaws
Proposed by
Clint Byrum
Status: | Merged |
---|---|
Approved by: | Thomas Herve |
Approved revision: | 95 |
Merged at revision: | 99 |
Proposed branch: | lp:~clint-fewbar/txaws/fix-s3-port |
Merge into: | lp:txaws |
Diff against target: |
50 lines (+29/-2) 2 files modified
txaws/s3/client.py (+6/-2) txaws/s3/tests/test_client.py (+23/-0) |
To merge this branch: | bzr merge lp:~clint-fewbar/txaws/fix-s3-port |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Free Ekanayaka (community) | Approve | ||
Review via email:
|
Description of the change
Always use port for S3 so OpenStack works
To post a comment you must log in.
Two things:
- only include :port if the port is not the default port for the
protocol. This (may) matter for signing with ec2 etc.
- a test or two would be massively preferred.
-Rob