mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Add support for reading and saving config on Gateway. (#4463)
This is also a first step towards supporting bucket notification for gateway.
This commit is contained in:
@@ -19,9 +19,9 @@ package cmd
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// Project is format is not valid
|
||||
errGCSInvalidProjectID = errors.New("invalid project id")
|
||||
// ProjectID format is not valid.
|
||||
errGCSInvalidProjectID = errors.New("GCS project id is either empty or invalid")
|
||||
|
||||
// Multipart identifier is not in the correct form
|
||||
// Multipart identifier is not in the correct form.
|
||||
errGCSNotValidMultipartIdentifier = errors.New("Not a valid multipart identifier")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user