mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Authorization validation in accordance with S3 signer AWSv2
This commit is contained in:
1
Makefile
1
Makefile
@@ -20,6 +20,7 @@ build-utils:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha256
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/crypto/sha512
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/checksum/crc32c
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/utils/database/tiedot
|
||||
|
||||
#build-os:
|
||||
# @godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/os/scsi
|
||||
|
||||
Reference in New Issue
Block a user