mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
fix: Change service name in Arn for replication (#10205)
This commit is contained in:
@@ -34,7 +34,7 @@ type ArnType string
|
||||
|
||||
const (
|
||||
// ReplicationArn specifies a ARN type of replication
|
||||
ReplicationArn ArnType = "replica"
|
||||
ReplicationArn ArnType = "replication"
|
||||
)
|
||||
|
||||
// IsValid returns true if ARN type is replication
|
||||
|
||||
Reference in New Issue
Block a user