b6013a5e68
Version v1.66.0
2024-03-10 11:22:43 +00:00
82b963e372
Version v1.65.0
2023-11-26 16:07:39 +00:00
a7faf05393
docs: cleanup backend hashes sections
2023-11-20 17:43:57 +00:00
e90537b2e9
Version v1.63.0
2023-06-30 14:11:17 +01:00
9e1b3861e7
docs: add blomp cloud storage guide
2023-06-26 17:49:27 +01:00
b9d9f9edb0
docs: use --interactive instead of -i in examples to avoid confusion
2023-01-24 20:43:51 +01:00
097be753ab
docs: minor cleanup of headers in backend docs
2022-12-03 18:58:55 +01:00
959cd938bc
docs: Add minimum versions to all the backend pages and some of the other pages
2022-11-18 14:41:24 +00:00
01dbbff62e
Version v1.60.0
2022-10-21 15:06:08 +01:00
b75c207208
oracle-object-storage: overview, docs update
2022-10-21 12:47:03 +01:00
00a684d877
Version v1.59.0
2022-07-09 18:09:25 +01:00
f9354fff2f
Version v1.58.0
2022-03-18 12:29:54 +00:00
a301478a13
config: improved punctuation in initial config prompt
2022-01-16 14:57:38 +01:00
169990e270
Version v1.57.0
2021-11-01 15:45:40 +00:00
b806166147
docs: swift: Update OCI url
...
Oracle cloud storage now rebranded also as OCI bucket with new entry point
2021-11-01 12:54:23 +00:00
c2597a4fa3
docs: cleanup header levels in backend docs ( #5698 )
2021-10-14 15:40:18 +02:00
1409b89f6c
swift: document OVH Cloud Archive - fixes ##3041
...
Added documentation for OVH Cloud Archive, provides information on how to restore/unfreeze/download objects.
2021-09-20 17:32:13 +01:00
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01: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
7f5ee5d81f
Version v1.54.0
2021-02-02 14:17:09 +00:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
844b903595
docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574
2020-06-10 12:33:53 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +01:00
74b8cbfb84
docs: set unsafe HTML parsing to false and fix raw HTML insertion
...
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00
041b201abd
doc: fix typos throughout docs and code
2020-05-25 11:23:58 +01:00
a36ef8582f
doc: use consistent capitalization
2020-05-20 15:54:51 +01:00
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
151d0a274e
swift: Update OVH API endpoint - Fixes #3890
2020-01-24 17:43:00 +00:00
53bec33027
swift: use lib/encoder
2019-09-30 22:00:24 +01:00
73e010aff9
docs: make the config walkthroughs consistent for each backend
2019-08-26 10:47:17 +01:00
3d424c6e08
docs: fix various typos
2019-03-28 15:12:51 +00:00
eb85ecc9c4
Version v1.46
2019-02-09 10:42:57 +00:00
34baf05d9d
Swift: introduce application credential auth support
2019-01-29 14:43:10 +00:00
78b9bd77f5
docs: auto generate backend options documentation
...
This inserts the output of "rclone help backend xxx" into the help
pages for each backend.
2018-10-06 11:47:46 +01:00
a9273c5da5
docs: move documentation for options from docs/content into backends
...
In the following commit, the documentation will be autogenerated.
2018-10-06 11:47:46 +01:00
578f56bba7
Swift: Add storage_policy
2018-08-06 22:07:25 +01:00
1db68571fd
s3,swift: Add --use-server-modtime
...
`--use-server-modtime` stops s3 and swift retrieving the modtime from metadata which enables a fast sync mode with the `--update` flag.
2018-04-13 13:32:17 +01:00
fe71d4fd87
Fix 'QingClound' typo
2017-12-21 10:33:21 +00:00
f12512dd13
swift: Allow authentication with storage url and auth key
...
Adding the option to load the storage url and the auth key
from the environment when you have an alternate authorization,
external to rclone, and you need to use it (e.g. because
it's not yet supported by the swift go library)
Allowing to get alternate authentication from config file,
and using proper way (c.Authenticated()) to know if it's authenticated.
Updated docs as well
2017-12-07 21:30:58 +00:00
f1287e13f7
Add new fields for swift configuration to support IBM Bluemix Swift
2017-11-05 22:08:43 +00:00
a8dfc5ce3b
Fix spelling in some documentation
2017-11-05 21:38:59 +00:00
3e9861eecf
docs: improve links to cloud providers
2017-09-30 09:28:49 +01:00
9c47b767b4
swift: Configure from environment vars and add endpoint_type - fixes #1542
2017-08-10 21:38:45 +01:00
50928a5027
Implement --fast-list flag.
...
This is supported remotes which can do a recursive listing. It will
use more memory.
This is related to #1277 but doesn't fix that issue yet.
2017-06-14 16:49:40 +01:00
4810aa65a4
Update references from HTTP to HTTPS where possible
2017-03-29 05:38:34 -07:00
4652db34a4
Update config docs - fixes #1174
2017-03-05 10:14:57 +00:00
3c87a0d0dc
Update remote docs to show correct setup process
2017-01-10 13:09:52 +00:00
e19ba47875
swift: more docs for setup process - fixes #598
2016-09-19 16:36:36 +01:00