Package io.odilon.client.util
Class S3Escaper
- java.lang.Object
-
- io.odilon.client.util.S3Escaper
-
public class S3Escaper extends Object
-
-
Constructor Summary
Constructors Constructor Description S3Escaper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
encode(String str)
Returns S3 encoded string.static String
encodePath(String path)
Returns S3 encoded string of given path where multiple '/' are trimmed.
-