Commit Graph

3088 Commits

Author SHA1 Message Date
Nick Craig-Wood
2c12ca64d4 Version v1.73.5 2026-04-19 11:42:48 +01:00
Mozi
f86f0518c3 s3: fix TencentCOS CDN endpoint failing on bucket check
The Global Acceleration Endpoint (cos.accelerate.myqcloud.com) of
Tencent COS does not seem to support "CreateBucket" (maybe also other
bucket management operations). Since the acceleration functionality must
be enabled per-bucket in the Tencent Cloud console, the bucket will
always exist before this endpoint is used, so this check can be safely
skipped.

Now, "no_check_bucket = true" will be auto set when using this endpoint.

Why "NewFs()": on-the-fly remotes (connection string remotes), for
example, ":s3,provider=TencentCOS,...:..." will also be fixed.

Why no unit test: I can't find a good way to test "NewFs()" without
leveraging live endpoints. I think we can extract all existing mutations
for different providers (e.g., AWS, Fastly, and Rabata) from "NewFs()"
to a new function in the future.

Some Tencent docs about this CDN endpoint:
- English: Global Acceleration Endpoint | https://www.tencentcloud.com/pt/document/product/436/40700
- Chinese: 对象存储 全球加速概述_腾讯云 | https://cloud.tencent.com/document/product/436/38866

Assisted-By: OpenCode
2026-04-19 10:34:07 +01:00
Nick Craig-Wood
b5465afd1c Start v1.73.5-DEV development 2026-04-08 16:42:50 +01:00
Nick Craig-Wood
984d07c9c3 Version v1.73.4 2026-04-08 12:19:50 +01:00
Clément Notin
4c5deb435c docs: fix header level for metadata option 2026-04-08 09:45:39 +01:00
Ross Smith II
d757bd6645 fix(docs): Fix link to not be language specific 2026-04-08 09:45:39 +01:00
kapitainsky
2ed57c301b docs: note macOS 10.15 (Catalina) support with version v1.70.3
due to min golang requirements macOS Catalina (10.15) can not run newer rclone versions
2026-04-08 09:30:46 +01:00
Nick Craig-Wood
3e8d4f2118 Start v1.73.4-DEV development 2026-03-23 23:03:10 +00:00
Nick Craig-Wood
0f6401e57e Version v1.73.3 2026-03-23 17:16:56 +00:00
albertony
61b4897c33 docs/jottacloud: fix broken link 2026-03-23 17:02:15 +00:00
Jason
504042f6aa docs: clarify Filen password change requires updating both password and API key in rclone config 2026-03-23 17:02:15 +00:00
Jason
68996b4429 docs: note that Filen API key changes on password change 2026-03-23 17:02:15 +00:00
Marco Ferretti
634e93e339 s3: add multi tenant support for Cubbit 2026-03-23 16:58:04 +00:00
Jan-Philipp Reßler
c7f4adb970 docs: added text to the label showing version-introduced info
Co-authored-by: Jan-Philipp Reßler <xodarap@xodarap.de>
2026-03-23 16:58:04 +00:00
Nick Craig-Wood
9468ac3129 Start v1.73.3-DEV development 2026-03-23 16:56:58 +00:00
Nick Craig-Wood
9fce660b4b docs: update sponsors 2026-03-08 11:12:34 +00:00
Nick Craig-Wood
c0f03f8ac0 Version v1.73.2 2026-03-06 18:45:23 +00:00
razorloves
4b63e78358 docs: fix new drive flag typo in changelog 2026-03-06 13:19:22 +00:00
Adam Kasztenny
3821c64711 docs: Document unsupported S3 object keys with double slashes
Fixes #5063 by documenting that S3 object keys containing
consecutive forward slashes (//) are not supported by rclone.

The issue occurs because rclone normalizes paths like "a//b" to "a/b",
causing "object not found" errors when trying to access the original
object. This documentation addition explicitly warns users about this
limitation and provides workarounds.

Changes:
- Added new subsection "Important note about double slashes (//)"
  under "Restricted filename characters" in S3 documentation
- Explains the normalization behavior and its consequences
- Provides clear examples and workarounds

AI Model/Tool Attribution:
- Implemented using opencode AI assistant
- Issue analysis and documentation update performed by AI tools

Resolves: #5063
2026-03-06 13:19:22 +00:00
Nick Craig-Wood
dc73dba9b5 docs: note that --use-server-modtime only works on some backends
Closes #6977
2026-03-06 13:19:22 +00:00
Nick Craig-Wood
bffc49742c Start v1.73.2-DEV development 2026-02-17 18:21:06 +00:00
Nick Craig-Wood
c7dab94e94 Version v1.73.1 2026-02-17 16:55:43 +00:00
Nick Craig-Wood
e16ac436f7 docs: update sponsors 2026-02-17 16:35:26 +00:00
Nick Craig-Wood
6e78bb1c40 docs: add ExchangeRate-API as a sponsor 2026-02-17 16:35:26 +00:00
Nick Craig-Wood
1adc3e241d docs: update sponsor logos 2026-02-17 16:35:25 +00:00
Nick Craig-Wood
3311b72407 Start v1.73.1-DEV development 2026-02-17 12:16:33 +00:00
Nick Craig-Wood
f42aa5a586 Version v1.73.0 2026-01-30 20:53:56 +00:00
Nick Craig-Wood
8c746f36dd docs: add Internxt as a sponsor 2026-01-30 17:38:13 +00:00
Nick Craig-Wood
e3be333c29 docs: fix Internxt docs after merge 2026-01-30 17:08:44 +00:00
Nick Craig-Wood
a1522468db docs: build overview page from the backend data 2026-01-30 17:08:44 +00:00
Nick Craig-Wood
58f30ab538 docs: add tiering to the documentation - fixes #8873 2026-01-30 17:08:44 +00:00
Nick Craig-Wood
7539b2c5e1 docs: add data about each backend in YAML format 2026-01-30 17:08:44 +00:00
Nick Craig-Wood
7d7f82854f Add StarHack to contributors 2026-01-30 16:06:32 +00:00
Nick Craig-Wood
b6113a505f Add lullius to contributors 2026-01-30 16:06:32 +00:00
Nick Craig-Wood
2a754ef2fa Add jzunigax2 to contributors 2026-01-30 16:06:32 +00:00
jzunigax2
85d13c4e34 internxt: add Internxt backend - fixes #7610
Co-Authored-By: lullius <lullius@users.noreply.github.com>
Co-Authored-By: StarHack <StarHack@users.noreply.github.com>
2026-01-30 16:02:50 +00:00
albertony
90a57da9d5 docs: improve alignment of icons 2026-01-29 10:22:25 +00:00
Nick Craig-Wood
cd857754c7 Add hyusap to contributors 2026-01-28 11:38:31 +00:00
Nick Craig-Wood
017d930dfc Add Nick Owens to contributors 2026-01-28 11:38:31 +00:00
Nick Craig-Wood
6ed68883fe Add Mikel Olasagasti Uranga to contributors 2026-01-28 11:38:31 +00:00
hyusap
2a5e0b28c9 docs: fix googlephotos custom client_id instructions
The Google Photos custom client_id documentation was incomplete - it
only mentioned changing the scopes but did not mention that you need
to enable the "Photos Library API" instead of the "Google Drive API"
in step 3 of the referenced Google Drive instructions.

This fixes the documentation to clearly state both differences from
the Google Drive setup:
- Enable "Photos Library API" instead of "Google Drive API"
- Use the Google Photos specific scopes

Co-authored-by: hyusap <paulayush@gmail.com>
2026-01-27 13:48:12 +00:00
Nick Craig-Wood
6b9f77459a docs: fix formatting 2026-01-23 16:55:52 +00:00
Nick Craig-Wood
4b2c39c585 docs: add faq entry about re-enabling old TLS ciphers 2026-01-23 15:40:06 +00:00
Nick Craig-Wood
dbf2499d85 Add Marc-Philip to contributors 2026-01-23 15:40:06 +00:00
Nick Craig-Wood
760a134c95 Add yy to contributors 2026-01-23 15:40:06 +00:00
Enduriel
63cfe260a2 filen: swap to blake3 hashes 2026-01-22 00:11:46 +00:00
Nick Craig-Wood
9ec918f137 docs: fix use of removed rem macro 2026-01-14 18:37:19 +00:00
Nick Craig-Wood
3a9c7ceeb1 uptobox: remove backend as service is no longer available
Uptobox was shutdown in September 2023 and does not appear to be
returning.
2026-01-14 15:31:46 +00:00
Nick Craig-Wood
d707ae7cf4 docs: update sponsor link 2026-01-14 12:29:48 +00:00
Enduriel
9bef7f0dbf filen: add Filen backend - Fixes #6728 2026-01-13 12:50:27 +00:00