add namespace for s3

This commit is contained in:
Chris Lu
2019-02-27 00:21:37 -08:00
parent 70ac2f6ea8
commit cb07d15254
6 changed files with 121 additions and 54 deletions

View File

@@ -33,7 +33,6 @@ func TestListBucketsHandler(t *testing.T) {
}
encoded := string(encodeResponse(response))
println(encoded)
if encoded != expected {
t.Errorf("unexpected output: %s\nexpecting:%s", encoded, expected)
}