Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw exception when consecutive slashes detected in URL path
S3 can tolerate consecutive slash in object key, such as "path//object" but S3 will treat it different to "path/object". User misconfiguration may result in excessive use of S3 storage space. So detect and throw exception if consecutive slashes is detected in URL path.
- Loading branch information