Revert "Vault Dependency Upgrades [VAULT-871] (#10903)" (#10939)

This reverts commit eb74ca61fc.
This commit is contained in:
Hridoy Roy
2021-02-18 12:40:18 -08:00
committed by GitHub
parent eb74ca61fc
commit d04b88d912
1276 changed files with 55782 additions and 124850 deletions

View File

@@ -8,7 +8,7 @@ const (
// "BucketAlreadyExists".
//
// The requested bucket name is not available. The bucket namespace is shared
// by all users of the system. Select a different name and try again.
// by all users of the system. Please select a different name and try again.
ErrCodeBucketAlreadyExists = "BucketAlreadyExists"
// ErrCodeBucketAlreadyOwnedByYou for service response error code
@@ -21,12 +21,6 @@ const (
// bucket access control lists (ACLs).
ErrCodeBucketAlreadyOwnedByYou = "BucketAlreadyOwnedByYou"
// ErrCodeInvalidObjectState for service response error code
// "InvalidObjectState".
//
// Object is archived and inaccessible until restored.
ErrCodeInvalidObjectState = "InvalidObjectState"
// ErrCodeNoSuchBucket for service response error code
// "NoSuchBucket".
//