lp://staging/~nick-craig-wood/goamz/list-buckets
- Get this branch:
- bzr branch lp://staging/~nick-craig-wood/goamz/list-buckets
Branch merges
- The Go Language Gophers: Pending requested
-
Diff: 429 lines (+173/-34)12 files modifiedaws/aws.go (+7/-1)
aws/aws_test.go (+9/-0)
ec2/ec2_test.go (+4/-0)
exp/mturk/mturk_test.go (+4/-0)
exp/sdb/sdb_test.go (+4/-0)
exp/sns/sns_test.go (+4/-0)
iam/iam_test.go (+6/-2)
s3/multi.go (+3/-2)
s3/responses_test.go (+19/-0)
s3/s3.go (+69/-27)
s3/s3_test.go (+30/-0)
testutil/http.go (+14/-2)
Branch information
Recent revisions
- 37. By Ian Booth
-
Support EC2_ env variables
Allow the user to specify their auth credentials using EC2_ style
environment variables. I ran go fmt and it also made some changes.The tests failed to run due to a test http server not being closed when
each test suite finished. I added a fix for this also, so now all tests
pass when go test ./... is run from the project's root directory.R=jameinel, Danilo
CC=
https://codereview. appspot. com/9545045 - 36. By Gustavo Niemeyer
-
s3: close http response Body properly
The interface of the run method was error prone.
R=dfc, anacrolix
CC=
https://codereview. appspot. com/9611047 - 35. By Francisco Souza
-
iam: added UserPolicy related methods
Now it's possible to Put, Delete and Retrieve a user policy.
R=niemeyer
CC=
https://codereview. appspot. com/6858081 - 34. By Francisco Souza
-
iam: added group management methods
Now iam package supports creating, deleting and listing groups.
R=niemeyer
CC=
https://codereview. appspot. com/6855104 - 33. By Gustavo Niemeyer
-
s3/s3test: trivial header casing fix
This was contributed at
https://code.launchpad .net/~titanous/ goamz/s3test- fix-metadata/ +merge/ 147277 But unlike that trivial replacement, the change being committed uses
http.CanonicalHeaderKey to guarantee the casing. - 32. By Francisco Souza
-
iam: added AccessKeys and DeleteAccessKey
Also included integration tests for CreateAccessKey and these two new
functions.R=niemeyer
CC=
https://codereview. appspot. com/6823060 - 31. By Gustavo Niemeyer
-
s3: Multi.PutAll for auto-chunking and resuming
Bucket.Multi method also added for trivial resume-or-init handling.
R=jameinel, dimitern, rog
CC=
https://codereview. appspot. com/7313081 - 30. By Gustavo Niemeyer
-
s3: trivial fixes on tests
The last minute "obvious" changes went into the review,
but didn't get run. - 29. By Gustavo Niemeyer
-
s3: add support for multipart uploads
R=jameinel, rog
CC=
https://codereview. appspot. com/7237068
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~gophers/goamz/trunk