We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a795067 commit 20fd452Copy full SHA for 20fd452
1 file changed
dth/client.go
@@ -608,7 +608,3 @@ func (c *S3Client) AbortMultipartUpload(ctx context.Context, key, uploadID *stri
608
609
return nil
610
}
611
-
612
-func urlEncodePath(path string) string {
613
- return (&url.URL{Path: path}).EscapedPath()
614
-}
0 commit comments