mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
fix test_lifecycle_get
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"fmt"
|
||||
"math"
|
||||
"net/http"
|
||||
"sort"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@@ -346,7 +347,9 @@ func (s3a *S3ApiServer) GetBucketLifecycleConfigurationHandler(w http.ResponseWr
|
||||
Expiration: Expiration{Days: days, set: true},
|
||||
})
|
||||
}
|
||||
|
||||
sort.Slice(response.Rules, func(i, j int) bool {
|
||||
return response.Rules[i].ID < response.Rules[j].ID
|
||||
})
|
||||
writeSuccessResponseXML(w, r, response)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user