You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LatestVerbool`json:"latest-ver"`// when true & in-cluster: check with remote whether (deleted | version-changed)
67
+
NonRecursbool`json:"non-recurs,omitempty"`// do not prefetch nested subdirs (see also: `apc.LsNoRecursion`, `apc.CopyBckMsg`, `apc.EvdMsg`)
68
68
}
69
69
70
70
// +ctlmsg
@@ -112,9 +112,9 @@ type ArchiveMsg struct {
112
112
ArchNamestring`json:"archname"`// one of the archive.FileExtensions
113
113
Mimestring`json:"mime"`// user-specified mime type (NOTE: takes precedence if defined)
114
114
ListRange
115
-
BaseNameOnlybool`json:"bnonly"`// only extract the base name of objects as names of archived objects
116
-
InclSrcBnamebool`json:"isbn"`// include source bucket name into the names of archived objects
117
-
AppendIfExistsbool`json:"aate"`// adding a list or a range of objects to an existing archive
118
-
ContinueOnErrorbool`json:"coer"`// on err, keep running arc xaction in a any given multi-object transaction
119
-
NonRecursbool`json:"non-recurs"`// do not archive contents of nested virtual subdirectories (see also: `apc.LsNoRecursion`, `apc.CopyBckMsg`)
115
+
BaseNameOnlybool`json:"bnonly"`// only extract the base name of objects as names of archived objects
116
+
InclSrcBnamebool`json:"isbn"`// include source bucket name into the names of archived objects
117
+
AppendIfExistsbool`json:"aate"`// adding a list or a range of objects to an existing archive
118
+
ContinueOnErrorbool`json:"coer"`// on err, keep running arc xaction in a any given multi-object transaction
119
+
NonRecursbool`json:"non-recurs,omitempty"`// do not archive contents of nested virtual subdirectories (see also: `apc.LsNoRecursion`, `apc.CopyBckMsg`)
0 commit comments