Skip to content

Commit

Permalink
Removed another unused config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Dec 3, 2024
1 parent a813e76 commit 3c6222b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/storage/utils/eosfs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ type Config struct {
// QuotaNode for storing quota information
QuotaNode string `mapstructure:"quota_node"`

// UploadsNamespace for storing upload data
UploadsNamespace string `mapstructure:"uploads_namespace"`

// Location of the eos binary.
// Default is /usr/bin/eos.
EosBinary string `mapstructure:"eos_binary"`
Expand Down

0 comments on commit 3c6222b

Please sign in to comment.