fix: proxy ListObjects request to one of the server based on hash(bucket) (#9881)

This commit is contained in:
Krishna Srinivas
2020-07-02 10:56:22 -07:00
committed by GitHub
parent abd999f64a
commit 4c266df863
4 changed files with 110 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ var (
// If writes to FS backend should be O_SYNC.
globalFSOSync bool
globalListEndpoints []ListEndpoint
// Add new variable global values here.
)