mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Translate storage access denied error to S3 Access Denied response (#3015)
This commit is contained in:
committed by
Harshavardhana
parent
8876e0a80a
commit
41f9ab1c69
@@ -185,7 +185,7 @@ func testObjectAPIPutObject(obj ObjectLayer, instanceType string, t TestErrHandl
|
||||
// Wrapper for calling PutObject tests for both XL multiple disks case
|
||||
// when quorum is not available.
|
||||
func TestObjectAPIPutObjectDiskNotFound(t *testing.T) {
|
||||
ExecObjectLayerDiskNotFoundTest(t, testObjectAPIPutObjectDiskNotFOund)
|
||||
ExecObjectLayerDiskAlteredTest(t, testObjectAPIPutObjectDiskNotFOund)
|
||||
}
|
||||
|
||||
// Tests validate correctness of PutObject.
|
||||
|
||||
Reference in New Issue
Block a user