8697f0bd26
about: improved error message
2022-05-13 12:08:10 +01:00
e0fbca02d4
compress: fix memory leak - fixes #6013
...
Before this change we forgot to close the compressor when checking to
see if an object was compressible.
2022-03-03 17:10:21 +00:00
71a784cfa2
compress: fix crash if metadata upload failed - fixes #5994
...
Before this changed the backend attempted to delete a nil object if
the metadata upload failed.
2022-02-28 19:47:52 +00:00
e43b5ce5e5
Remove github.com/pkg/errors and replace with std library version
...
This is possible now that we no longer support go1.12 and brings
rclone into line with standard practices in the Go world.
This also removes errors.New and errors.Errorf from lib/errors and
prefers the stdlib errors package over lib/errors.
2021-11-07 11:53:30 +00:00
e2f47ecdeb
docs: punctuation cleanup
...
See #5538
2021-10-20 22:56:19 +02:00
a98e3ea6f1
build: replace the deprecated golint linter with revive
...
This fixes up a small number of new lint items also
2021-10-15 12:51:31 +01:00
19fc1b2a95
docs/compress: minor improvements
2021-10-09 18:22:38 +02:00
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
efdee3a5fe
compress: fix compressed name regexp
2021-04-22 18:38:38 +02:00
eb090d3544
compress: check type assertion in SetTier - fixes #4941
2021-01-20 22:59:14 +00:00
45b57822d5
compress: improve testing
2021-01-18 21:42:58 +01:00
d8984cd37f
compress: correctly handle wrapping of remotes without PutStream
...
Also fixes ObjectInfo wrapping for Hash and Size - fixes #4928
2021-01-18 21:42:58 +01:00
886b3abac1
compress: fix broken tests
2020-12-02 16:30:02 +01:00
47aada16a0
fs: add Shutdown optional method for backends
2020-11-27 17:35:01 +00:00
bc4282e49e
compress: added experimental compression remote - implements #2098 , #1356 , #675
...
This remote implements transparent compression using gzip. Uses JSON as a for storing metadata.
Co-authored-by: id01 <gaviniboom@gmail.com >
2020-11-13 02:31:59 +01:00