Nick Craig-Wood
6f91198b57
s3: Support Cloudflare R2 - fixes #5642
2022-05-12 08:49:20 +01:00
ehsantdy
e34c543660
s3: Add ArvanCloud AOS to provider list
2022-04-28 10:42:30 +01:00
Lesmiscore
598364ad0f
backend/internetarchive: add support for Internet Archive
...
This adds support for Internet Archive (archive.org) Items.
2022-04-28 10:25:38 +01:00
GuoXingbin
c2bfda22ab
s3: Add ChinaMobile EOS to provider list
...
China Mobile Ecloud Elastic Object Storage (EOS) is a cloud object storage service, and is fully compatible with S3.
Fixes #6054
2022-03-24 11:57:00 +00:00
Nil Alexandrov
65652f7a75
Add Akamai Netstorage as a new backend.
2022-03-09 12:42:22 +00:00
jaKa
fd453f2c7b
koofr: renamed digistorage to exclude the romania part.
2022-03-08 22:39:23 +00:00
jaKa
5d06a82c5d
koofr: add digistorage service as a koofr provider.
2022-03-08 10:36:18 +00:00
Nick Craig-Wood
f22b703a51
storj: rename tardigrade backend to storj backend #5616
...
This adds an alias for backwards compatibility and leaves a stub
documentation page to redirect people to the new documentation.
2022-02-11 11:04:15 +00:00
Shmz Ozggrn
507020f408
docs: Use Adaptive Logo in README
2022-01-27 09:35:36 +01:00
bbabich
b16f603c51
s3: Add RackCorp object storage to providers
2021-11-09 11:46:58 +00: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
albertony
c9d7248d85
docs/jottacloud: update description of whitelabel services
2021-11-01 12:57:51 +00:00
Ivan Andreev
062919e08c
deprecate cache backend ( #5382 )
2021-06-10 19:52:55 +03:00
Chris Lu
1f846c18d4
s3: Add SeaweedFS
2021-06-08 09:59:57 +01:00
Yury Stankevich
71edc75ca6
HDFS (Hadoop Distributed File System) implementation - #42
...
This includes an HDFS docker image to use with the integration tests.
Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2021-01-07 09:48:51 +00:00
buengese
66c3f2f31f
new backend: zoho workdrive - fixes #4533
2020-12-30 17:56:08 +00:00
buengese
d5181118cc
compress: finish docs
2020-12-02 16:30:02 +01:00
Nick Craig-Wood
979bb07c86
filefabric: Implement the Enterprise File Fabric backend
...
Missing features
- M-Stream support
- Oauth-like flow (soon being changed to oauth)
2020-11-25 21:11:29 +00:00
wjielai
22937e8982
docs: add Tencent COS to s3 provider list - fixes #4468
...
* add Tencent COS to s3 provider list.
Co-authored-by: wjielai <wjielai@tencent.com>
2020-09-08 16:34:25 +01:00
Caleb Case
0ce662faad
Tardigrade Backend
2020-05-12 15:56:50 +00:00
Fred
c754e89906
seafile: New backend for seafile server
2020-05-06 17:33:22 +00:00
Gary Kim
ff2343475a
docs: Update README.md shields for changed CI
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-01 20:17:40 +00:00
Dave Koston
9f99c20232
s3: Add StackPath Object Storage Support
2020-01-31 16:05:44 +00:00
Nick Craig-Wood
c789436580
The memory backend
...
This is a bucket based remote
2020-01-18 10:41:08 +00:00
Nick Craig-Wood
bedeaf23af
sugarsync: new backend - fixes #622
2020-01-17 17:39:34 +00:00
buengese
69ac04fec9
docs: add GetSky to list of supported providers
2020-01-02 15:37:33 +01:00
Tyler
0cac9d9bd0
Fix 1fichier link in Readme
2019-10-08 21:55:12 +01:00
Nick Craig-Wood
4627ac5709
New backend for Citrix Sharefile - Fixes #1543
...
Many thanks to Bob Droog for organizing a test account and extensive
testing.
2019-09-30 12:28:33 +01:00
Ivan Andreev
c68c919cea
docs: chunker documentation
2019-09-24 12:45:12 +01:00
Ivan Andreev
ba1daea072
mailru: backend for mail.ru
2019-09-09 21:56:16 +01:00
Alfonso Montero
e2ce687f93
README.md: Add Docker pulls badge
2019-09-02 15:14:45 +01:00
Nick Craig-Wood
5d4d5d2b07
docs: update logo on website
2019-08-25 11:09:19 +01:00
Cenk Alti
a1ca65bd80
putio: add new backend
2019-08-23 12:11:36 +01:00
Nick Craig-Wood
a1263e70cf
premiumizeme: new backend for premiumize.me - Fixes #3063
2019-08-10 19:17:51 +01:00
Nick Craig-Wood
ca0e9ea55d
build: add Azure Pipelines build status to README
2019-08-06 10:46:36 +01:00
Nick Craig-Wood
f347514f62
build: fix up CI and CI badges after repo move
2019-07-28 20:07:04 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
a1cfe61ffd
googlephotos: Backend for accessing Google Photos #369
2019-07-02 15:26:55 +01:00
Laura
dde4dd0198
fichier: 1fichier support - fixes #2908
...
This was started by Fionera, finished off by Laura with fixes and more
docs from Nick.
Co-authored-by: Fionera <fionera@fionera.de>
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2019-06-30 18:35:01 +01:00
Nick Craig-Wood
dbf9800cbc
docs: add serve to README, main page and menu
2019-05-11 23:39:50 +01:00
Nick Craig-Wood
7d70e92664
operations: enable multi threaded downloads - Fixes #2252
...
This implements the --multi-thread-cutoff and --multi-thread-streams
flags to control multi thread downloading to the local backend.
2019-05-11 23:35:19 +01:00
Nick Craig-Wood
41f01da625
docs: add link to Go report card
2019-04-12 15:28:37 +01:00
Nick Craig-Wood
901811bb26
docs: Remove references to Google+
2019-04-12 15:25:17 +01:00
jaKa
118a8b949e
koofr: implemented a backend for Koofr cloud storage service.
...
Implemented a Koofr REST API backend.
Added said backend to tests.
Added documentation for said backend.
2019-03-06 13:41:43 +00:00
Jonathan
23c0cd2482
Update README.md
2019-02-07 11:28:42 +00:00
Rémy Léone
1e6cbaa355
s3: Add Scaleway to s3 documentation
2019-02-01 17:09:57 +00:00
Nick Craig-Wood
ff0b8e10af
s3: Support Alibaba Cloud (Aliyun) OSS
...
The existing s3 backend passed all integration tests with OSS provided
`force_path_style = false`.
This makes sure that is so and adds documentation and configuration
for OSS.
Thanks to @luolibin for their work on the OSS backend which we ended
up not needing.
Fixes #1641
Fixes #1237
2019-01-12 17:28:04 +00:00
Arkadius Stefanski
f2a1b991de
readme: fix copying link
2018-12-26 15:03:08 +00:00
HerrH
ff87da9c3b
Added some more links for easier finding
...
Expanded the Installation & Docs section with links to the website and added a link to the full list of storage providers and features.
2018-11-02 16:56:20 +00:00
HerrH
2f2029fed5
Improved and updated the readme
...
Updated providers list, added links to docs, improved readability
2018-10-11 14:50:21 +01:00