backend: remove unused Location method
This commit is contained in:
parent
eb6c653f89
commit
0c1ba6d95d
14 changed files with 0 additions and 81 deletions
|
@ -321,11 +321,6 @@ func (be *Backend) Connections() uint {
|
|||
return be.cfg.Connections
|
||||
}
|
||||
|
||||
// Location returns this backend's location (the bucket name).
|
||||
func (be *Backend) Location() string {
|
||||
return be.Join(be.cfg.Bucket, be.cfg.Prefix)
|
||||
}
|
||||
|
||||
// Hasher may return a hash function for calculating a content hash for the backend
|
||||
func (be *Backend) Hasher() hash.Hash {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue