mirror of
https://github.com/versity/versitygw.git
synced 2025-12-23 05:05:16 +00:00
chore: cleanup unused constants
We have some leftover constants from some previous changes. This just cleans up all that are no longer needed.
This commit is contained in:
@@ -94,9 +94,7 @@ const (
|
||||
const (
|
||||
// ScoutFS special xattr types
|
||||
systemPrefix = "scoutfs.hide."
|
||||
onameAttr = systemPrefix + "objname"
|
||||
flagskey = systemPrefix + "sam_flags"
|
||||
stagecopykey = systemPrefix + "sam_stagereq"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user