fix: Fixes #207, Fixes #198: added lexicographical order by object key and uploadId for ListMultipartUploads response, Added FE support to pass the necessary arguments to BE for ListMultipartUploads

This commit is contained in:
jonaustin09
2023-09-01 15:33:58 -04:00
parent 53cf4f342f
commit cb2f6a87aa
7 changed files with 271 additions and 197 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func SetMetaHeaders(ctx *fiber.Ctx, meta map[string]string) {
}
}
func ParseMaxKeys(str string) (int32, error) {
func ParseUint(str string) (int32, error) {
if str == "" {
return -1, nil
}