Nick Craig-Wood
fe19184084
lib/bucket: fix tidying of // in object keys #5858
...
Before this change, bucket.Join would tidy up object keys by removing
repeated / in them. This means we can't access objects with // in them
which is valid for object keys (but not for file system paths).
This could have consequences for users who are relying on rclone to
fix improper paths for them.
2025-01-22 11:56:05 +00:00
Nick Craig-Wood
b4990cd858
lib/bucket: add IsAllSlashes function
2025-01-22 11:56:05 +00:00
Nick Craig-Wood
d7ad13d929
bucket: add Join function for a simplified path.Join
2023-03-03 15:51:00 +00:00
Nick Craig-Wood
6fd9e3d717
build: reformat comments to pass go1.19 vet
...
See: https://go.dev/doc/go1.19#go-doc
2022-08-05 16:35:41 +01:00
Atílio Antônio
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
Martin Michlmayr
4aee962233
doc: fix typos throughout docs and code
2020-05-20 15:54:51 +01:00
Nick Craig-Wood
e339c9ff8f
lib/bucket: shorten locking window where possible
2019-08-22 23:06:59 +01:00
Nick Craig-Wood
d266a171c2
lib/bucket: utilities for dealing with bucket based backends #3421
2019-08-17 10:30:41 +01:00