aboutsummaryrefslogtreecommitdiff
tag namev1.1.0 (536c41353e307cdcc14c842aa01fe17886badea8)
tag date2022-02-07 11:26:43 +0100
tagged byStefan Majewsky <stefan.majewsky@sap.com>
tagged objectcommit fd6e57b623...
downloadgo-schwift-1.1.0.tar.gz
v1.1.0
Bugfixes: - Fix request URL when object name is not a well-formed path. For example, an object name like "a///b" is not wrongly normalized into "a/b" anymore. If your application relies on object names being normalized paths, consider passing your object names through `path.Clean()` before giving them to `Container.Object()`.