Skip to content

Commit

Permalink
add missing ReplicationStatusReplicaEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 2, 2024
1 parent ea5a494 commit 9933690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api-put-object.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const (
ReplicationStatusFailed ReplicationStatus = "FAILED"
// ReplicationStatusReplica indicates object is a replica of a source
ReplicationStatusReplica ReplicationStatus = "REPLICA"
// ReplicationStatusReplicaEdge indicates object is a replica of a edge source
ReplicationStatusReplicaEdge ReplicationStatus = "REPLICA-EDGE"
)

// Empty returns true if no replication status set.
Expand Down

0 comments on commit 9933690

Please sign in to comment.