Commit Graph

2687 Commits

Author SHA1 Message Date
fe3253eefd Add Marvin Rösch to contributors 2025-06-23 16:39:14 +01:00
b6b8526fb4 docs: googlephotos: detail how to make your own client_id - fixes #8622 2025-06-20 12:14:46 +01:00
6f86143176 Add necaran to contributors 2025-06-20 12:14:46 +01:00
96f5bbcdd7 Changelog updates from Version v1.70.1 2025-06-19 14:25:38 +01:00
27ce78bee4 Add jinjingroad to contributors 2025-06-19 14:25:29 +01:00
898a59062b docs: DOI grammar error 2025-06-19 08:05:38 +02:00
9d464e8e9a Version v1.70.0 2025-06-17 17:53:11 +01:00
5c81132da0 s3: MEGA S4 support 2025-06-13 11:47:21 +01:00
6e1c7b9239 Add Ser-Bul to contributors 2025-06-13 11:47:21 +01:00
629b427443 docs: mailru: added note about permissions level choice for the apps password 2025-06-12 17:35:42 +01:00
578ee49550 docs: fix FileLu docs
* Reorder providers alphabetically: moved FileLu above Files.com
* Added FileLu storage to docs.md
2025-06-11 16:25:30 +01:00
768a4236e6 Add kingston125 to contributors 2025-06-06 17:40:25 +01:00
ffbf002ba8 Add Flora Thiebaut to contributors 2025-06-06 17:40:25 +01:00
4a1b5b864c Add FileLu cloud storage backend 2025-06-06 15:15:07 +01:00
3b3096c940 doi: add new doi backend
Add a new backend to support mounting datasets published with a digital
object identifier (DOI).
2025-06-05 16:40:54 +01:00
210acb42cd docs: rc: add more info on how to discover _config and _filter parameters #8584 2025-06-05 10:44:33 +01:00
013c563293 lib/transform: add transform library and --name-transform flag
lib/transform adds the transform library, supporting advanced path name
transformations for converting and renaming files and directories by applying
prefixes, suffixes, and other alterations.

It also adds the --name-transform flag for use with sync, copy, and move.

Multiple transformations can be used in sequence, applied in the order they are
specified on the command line.

By default --name-transform will only apply to file names. The means only the leaf
file name will be transformed. However some of the transforms would be better
applied to the whole path or just directories. To choose which which part of the
file path is affected some tags can be added to the --name-transform:

file	Only transform the leaf name of files (DEFAULT)
dir	Only transform name of directories - these may appear anywhere in the path
all	Transform the entire path for files and directories

Example syntax:
--name-transform file,prefix=ABC
--name-transform dir,prefix=DEF
2025-06-04 17:24:07 +01:00
cf1f5a7af6 Add ahxxm to contributors 2025-06-04 17:24:07 +01:00
597872e5d7 Add Nathanael Demacon to contributors 2025-06-04 17:24:07 +01:00
ccac9813f3 Add PrathameshLakawade to contributors 2025-06-04 10:54:31 +01:00
9133fd03df Add Oleksiy Stashok to contributors 2025-06-04 10:54:31 +01:00
3c66d9ccb1 backend/s3: require custom endpoint for Lyve Cloud v2 support
Lyve Cloud v2 no longer provides a shared S3 endpoint like v1 did. Instead, each customer receives
a unique, reseller-specific endpoint. To reflect this change, the S3 backend now requires users to
manually enter their endpoint when selecting Lyve Cloud as a provider.
Previously, users selected from a list of hardcoded Lyve Cloud v1 endpoints. This was not compatible
with Lyve Cloud v2 accounts and could cause confusion or misconfiguration.

This change:
- Removes outdated pre-defined endpoint selection for Lyve Cloud
- Requires users to provide their own endpoint
- Adds a format example to guide correct usage

Before: Users selected a fixed endpoint from a list (v1 only)
After:  Users must input their own endpoint (v2-compatible)
2025-06-03 16:19:41 +01:00
aeb43c6a4c Add Jeremy Daer to contributors 2025-06-02 17:22:37 +01:00
12322a2141 Add wbulot to contributors 2025-06-02 17:22:37 +01:00
4fd5a3d0a2 s3: add Pure Storage FlashBlade provider support (#8575)
Pure Storage FlashBlade is an enterprise object storage platform that
provides S3-compatible APIs. This change adds FlashBlade as a new
provider option in the S3 backend.

Before this change, FlashBlade users had to use the "Other" provider
with manual configuration of various compatibility flags. This often
resulted in suboptimal performance due to conservative default settings.

After this change, users can select the "FlashBlade" S3 provider and
get an optimal configuration:

- ListObjectsV2 enabled for better performance
- AWS-compatible multipart ETags for reliable transfers
- Proper handling of "AlreadyOwnedByYou" bucket creation responses
- Path-style URLs by default (virtual-host style with DNS setup)
- Unsigned payloads to ensure compatibility with all rclone features

FlashBlade supports modern S3 features including trailer checksum
algorithms (SHA256, CRC32, CRC32C), object versioning, and lifecycle
management.

Provider settings were verified by testing against a FlashBlade//E
system running Purity//FB 4.5.7.

Documentation and test configurations are included.

Integration test results:
```
go test -v -fast-list -remote TestS3FlashBlade:
PASS
ok  	github.com/rclone/rclone/backend/s3	232.444s
```
2025-05-30 12:35:13 +01:00
15510c66d4 log: add --windows-event-log-level to support Windows Event Log
This provides JSON logs in the Windows Event Log.
2025-05-23 11:27:49 +01:00
dfa4d94827 fs: Remove github.com/sirupsen/logrus and replace with log/slog
This removes logrus which is not developed any more and replaces it
with the new log/slog from the Go standard library.

It implements its own slog Handler which is backwards compatible with
all of rclone's previous logging modes.
2025-05-23 11:27:49 +01:00
36b89960e3 Add fhuber to contributors 2025-05-23 11:27:49 +01:00
b8fde4fc46 Changelog updates from Version v1.69.3 2025-05-22 09:55:00 +01:00
ebcf51336e Add Germán Casares to contributors 2025-05-15 15:25:10 +01:00
a334bba643 Add Jeff Geerling to contributors 2025-05-15 15:25:10 +01:00
d4fd93e7f3 googlephotos: update read only and read write scopes to meet Google's requirements.
As part of changes to the Google Photos APIs the scopes rclone used
for accessing Google photos have been removed.

This commit replaces the scopes with updated ones.

These aren't as powerful as the old scopes - this means rclone will
only be able to download photos it uploaded from March 31, 2025.

To use these new scopes do `rclone reconnect yourgooglephotosremote:`

Fixes #8434

Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
2025-05-12 16:43:23 +01:00
68a65e878f docs: add hint about config touch and config file not found 2025-05-09 08:30:34 +01:00
7606ad8294 docs: add FAQ for dismissing 'rclone.conf not found'
See: https://forum.rclone.org/t/notice-about-missing-rclone-conf-is-annoying/51116
2025-05-09 08:23:31 +02:00
2e879586bd Add Clément Wehrung to contributors 2025-05-08 17:16:28 +01:00
fe880c0fac docs: move --max-connections documentation to the correct place 2025-05-06 15:23:55 +01:00
b160089be7 Add Ben Boeckel to contributors 2025-05-06 15:23:55 +01:00
c2254164f8 Add Tho Neyugn to contributors 2025-05-06 15:23:55 +01:00
e57b94c4ac docs: fix typo in s3/storj docs 2025-05-04 18:57:47 +02:00
f5501edfcf Changelog updates from Version 1.69.2 2025-05-01 16:43:16 +01:00
9f0e237931 Add Jugal Kishore to contributors 2025-04-29 14:16:09 +01:00
b94f80b9d7 docs: Update contributors
- Add Andrew Kreimer to contributors
- Add Christian Richter to contributors
- Add Ed Craig-Wood to contributors
- Add Klaas Freitag to contributors
- Add Ralf Haferkamp to contributors
2025-04-25 12:14:37 +01:00
6adb4056bb docs: fix typos via codespell
There are some types in the changelog.

Fix them via codespell.
2025-04-16 09:24:01 +02:00
0b9671313b webdav: add an ownCloud Infinite Scale vendor that enables tus chunked upload support
This change adds a new vendor called "infinitescale" to the webdav
backend. It enables the ownCloud Infinite Scale
https://github.com/owncloud/ocis project and implements its specific
chunked uploader following the tus protocol https://tus.io

Signed-off-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Klaas Freitag <klaas.freitag@kiteworks.com>
Co-authored-by: Christian Richter <crichter@owncloud.com>
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
Co-authored-by: Ralf Haferkamp <r.haferkamp@opencloud.eu>
2025-04-11 12:23:55 +01:00
7af1a930b7 Add Ben Alex to contributors 2025-04-11 10:38:51 +01:00
6e46ee4ffa Add simwai to contributors 2025-04-11 10:38:51 +01:00
078d202f39 cloudinary: automatically add/remove known media files extensions #8416 2025-04-09 15:03:59 +01:00
3e105f7e58 Add Markus Gerstel to contributors 2025-04-09 15:03:59 +01:00
02ca72e30c Add Enduriel to contributors 2025-04-09 15:03:59 +01:00
e567c52457 Add huanghaojun to contributors 2025-04-09 15:03:59 +01:00