public class S3Escaper extends Object
| Constructor and Description |
|---|
S3Escaper() |
| Modifier and Type | Method and 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.
|