replication: pass user tags while queueing (#18052)

Continues from #18032 - otherwise replication will fail on tag based rules.
This commit is contained in:
Poorna
2023-09-19 03:18:28 -07:00
committed by GitHub
parent b8ebe54e53
commit b73699fad8
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -311,6 +311,7 @@ type ReplicateObjectInfo struct {
Name string
Bucket string
VersionID string
ETag string
Size int64
ActualSize int64
ModTime time.Time