From a716b58ec2e85ca6583b50eee1e87a5bded7d2e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Nov 2019 01:47:04 +0000 Subject: Update github.com/johannesboyne/gofakes3 commit hash to e238f04 --- vendor/github.com/johannesboyne/gofakes3/error.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com') diff --git a/vendor/github.com/johannesboyne/gofakes3/error.go b/vendor/github.com/johannesboyne/gofakes3/error.go index 9d8eead4..d0a71f77 100644 --- a/vendor/github.com/johannesboyne/gofakes3/error.go +++ b/vendor/github.com/johannesboyne/gofakes3/error.go @@ -214,6 +214,8 @@ func (e InternalErrorCode) Error() string { return string(ErrInternal) } // know! func (e ErrorCode) Message() string { switch e { + case ErrInvalidBucketName: + return `Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$"` case ErrNoSuchBucket: return "The specified bucket does not exist" case ErrRequestTimeTooSkewed: -- cgit v1.2.3