mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Make get/put more robust
- init folder if not present already in 'get()' call
- put.go was referencing wrong args - fix it
- if no OBJECTNAME is specified during 'get' - grab a
list of files under "~/.minio"
- Provide new API GetList() for ObjectStorage struct
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ build-split: build-strbyteconv
|
||||
build-strbyteconv:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/strbyteconv
|
||||
|
||||
cover: build-erasure build-signify build-split build-crc32c
|
||||
cover: build-erasure build-signify build-split build-crc32c build-cpu build-sha1
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
||||
|
||||
|
||||
Reference in New Issue
Block a user