mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -45,6 +45,7 @@ func (az *warmBackendAzure) getDest(object string) string {
|
||||
}
|
||||
return destObj
|
||||
}
|
||||
|
||||
func (az *warmBackendAzure) tier() azblob.AccessTierType {
|
||||
for _, t := range azblob.PossibleAccessTierTypeValues() {
|
||||
if strings.EqualFold(az.StorageClass, string(t)) {
|
||||
|
||||
Reference in New Issue
Block a user