mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03: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