mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
Implement S3 Style ErrorCodes and Response
This patchset also brings in lot of cleanup in terms of minioapi codebase
This commit is contained in:
@@ -46,6 +46,7 @@ func (s *MySuite) TestNonExistantObject(c *C) {
|
||||
|
||||
response, err := http.Get(testServer.URL + "/bucket/object")
|
||||
c.Assert(err, IsNil)
|
||||
c.Log(response.StatusCode)
|
||||
c.Assert(response.StatusCode, Equals, http.StatusNotFound)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user