Skip to content

Commit

Permalink
Removed unused error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBraveCoding committed Apr 19, 2024
1 parent be9ffce commit 7b0eee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/bucket/s3/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ var (
supportedSSETypes = []string{SSEKMS, SSES3}
errUnsupportedSSEType = errors.New("unsupported S3 SSE type")
errInvalidSSEContext = errors.New("invalid S3 SSE encryption context")
errInvalidEndpointPrefix = errors.New("the endpoint must not prefixed with the bucket name")
)

// HTTPConfig stores the http.Transport configuration for the s3 minio client.
Expand Down

0 comments on commit 7b0eee5

Please sign in to comment.