bumped app version

This commit is contained in:
Gani Georgiev
2025-03-28 19:32:07 +02:00
parent b5be7f2d3c
commit d0d5f3d005
30 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ func escapeQuery(values url.Values) string {
return buf.String()
}
// escapePath returns the URI encoded request path according to the AWS S3 spec requirments.
// escapePath returns the URI encoded request path according to the AWS S3 spec requirements.
func escapePath(path string) string {
parts := strings.Split(path, "/")