mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
fix: improve error messages returned during replication setup (#13261)
This commit is contained in:
committed by
GitHub
parent
1fa0553c71
commit
806b10b934
@@ -400,13 +400,6 @@ func (e BucketRemoteDestinationNotFound) Error() string {
|
||||
return "Destination bucket does not exist: " + e.Bucket
|
||||
}
|
||||
|
||||
// BucketReplicationDestinationMissingLock bucket does not have object lock enabled.
|
||||
type BucketReplicationDestinationMissingLock GenericError
|
||||
|
||||
func (e BucketReplicationDestinationMissingLock) Error() string {
|
||||
return "Destination bucket does not have object lock enabled: " + e.Bucket
|
||||
}
|
||||
|
||||
// BucketRemoteTargetNotFound remote target does not exist.
|
||||
type BucketRemoteTargetNotFound GenericError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user