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
02a3bbaa3d
swift: add support for non-default project domain.
...
With Keystone V3 both users and projects (a.k.a. tenants) can belong
to different domains. This change allow specifying different domains
for the user and the project.
2016-07-11 15:16:58 +01:00
56adb52a21
Rename Amazon Cloud Drive to Amazon Drive - fixes #532
2016-07-11 12:42:44 +01:00
1fce83b936
swift: add auth version parameter - fixes #407
2016-06-03 17:52:24 +01:00
3bdad260b0
Fix typo (thanks Saverio Proto)
2016-05-06 14:09:12 +01:00
bdd26d71b2
Clarify swift errors - fixes #460
2016-05-02 12:34:15 +01:00
640d7bd365
Add domain option for openstack (v3 auth)
2016-04-22 21:00:54 +01:00
9dccf91da7
swift/hubic: document segmented object MD5SUM limitations - fixes #392
2016-03-16 17:39:44 +00:00
377986d599
Update config walk throughs with new style choice menu
2016-02-21 13:40:16 +00:00
c2e8f06bfa
Swift storageUrl overloading fixes #167
2016-02-09 22:17:13 +00:00
e7b7432079
OVH Swift authentication enpoint
2016-01-08 08:30:13 +00:00
13da1b8d28
Add docs for fs specific options - fixes #210
2015-11-14 11:38:35 +00:00