mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Add inspection v2 (always encrypted) option. (#2386)
Depends on: https://github.com/minio/minio/pull/15474 for functionality (which depends on this) Blocks: https://github.com/minio/minio/pull/15474 Keep v1 if non-encrypted and decrypt it. Otherwise if encrypted, use a fixed public key.
This commit is contained in:
@@ -70,7 +70,8 @@ func TestInspect(t *testing.T) {
|
||||
file: "test.txt",
|
||||
encrypt: true,
|
||||
},
|
||||
expStatusCode: 200,
|
||||
// TODO: Change back to 200 when https://github.com/minio/minio/pull/15474 is merged.
|
||||
expStatusCode: 500,
|
||||
expectedError: false,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user