albertony
92f304902d
build: add markdownlint configuration
2025-07-21 20:23:16 +02:00
albertony
45477a6c7d
docs: minor format cleanup install.md
2025-07-21 20:23:16 +02:00
albertony
79b549b5a4
docs: fix markdownlint issue md049/emphasis-style
2025-07-21 20:23:16 +02:00
albertony
318880b4ad
docs: fix markdownlint issue md036/no-emphasis-as-heading
2025-07-21 20:23:16 +02:00
albertony
75521dcf6e
docs: fix markdownlint issue md033/no-inline-html
2025-07-21 20:23:16 +02:00
albertony
8bf20dd545
docs: fix markdownlint issue md025/single-title
2025-07-21 20:23:16 +02:00
albertony
744bce1246
docs: fix markdownlint issue md041/first-line-heading
2025-07-21 20:23:16 +02:00
albertony
c817fc5c57
docs: fix markdownlint issue md001/heading-increment
2025-07-21 20:23:16 +02:00
albertony
0bb4d0a985
docs: fix markdownlint issue md003/heading-style
2025-07-21 20:23:16 +02:00
albertony
a8605abd34
docs: fix markdownlint issue md034/no-bare-urls
2025-07-21 20:23:16 +02:00
albertony
953fb4490b
docs: fix markdownlint issue md010/no-hard-tabs
2025-07-21 20:23:16 +02:00
albertony
b17c3d18af
docs: fix markdownlint issue md013/line-length
2025-07-21 20:23:16 +02:00
albertony
b45580fa19
docs: fix markdownlint issue md038/no-space-in-code
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
667ad093eb
docs: fix markdownlint issue md046/code-block-style
2025-07-21 20:23:16 +02:00
albertony
2c369aedf5
docs: fix markdownlint issue md037/no-space-in-emphasis
2025-07-21 20:23:16 +02:00
albertony
7a0d5ab0b4
docs: fix markdownlint issue md059/descriptive-link-text
2025-07-21 20:23:16 +02:00
albertony
75582b804b
docs: fix markdownlint issues md007/ul-indent md004/ul-style
2025-07-21 20:23:16 +02:00
albertony
73452551c6
docs: fix markdownlint issue md012/no-multiple-blanks
2025-07-21 20:23:16 +02:00
albertony
cb3cf5068b
docs: fix markdownlint issue md058/blanks-around-tables
2025-07-21 20:23:16 +02:00
albertony
428f518771
docs: fix markdownlint issue md022/blanks-around-headings
2025-07-21 20:23:16 +02:00
albertony
0411a41e11
docs: fix markdownlint issue md031/blanks-around-fences
2025-07-21 20:23:16 +02:00
albertony
07b37bcd12
docs: fix markdownlint issue md032/blanks-around-lists
2025-07-21 20:23:16 +02:00
albertony
0506826ff5
docs: fix markdownlint issue md009/no-trailing-spaces
2025-07-21 20:23:16 +02:00
albertony
4fcd36a5ab
docs: fix markdownlint issue md014/commands-show-output
2025-07-21 20:23:16 +02:00
albertony
b2f43f39ba
docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py)
2025-07-21 20:23:16 +02:00
albertony
074d73d12b
docs: fix markdownlint issues md007/ul-indent md004/ul-style (authors.md)
2025-07-21 20:23:16 +02:00
Nick Craig-Wood
6457bcf51e
docs: add opengraph tags for website social media previews
2025-07-21 17:48:23 +01:00
Nick Craig-Wood
8d12519f3d
mount: note that bucket based remotes can use directory markers
2025-07-21 17:48:23 +01:00
wiserain
8a7c401366
pikpak: add docs for methods to clarify name collision handling and restrictions
2025-07-21 17:43:15 +01:00
wiserain
0aae8f346f
pikpak: enhance Copy method to handle name collisions and improve error management
2025-07-21 17:43:15 +01:00
wiserain
e991328967
pikpak: enhance Move for better handling of error and name collision
2025-07-21 17:43:15 +01:00
Yu Xin
614d02a673
accounting: fix incorrect stats with --transfers=1 - fixes #8670
2025-07-21 16:54:19 +01:00
houance
018ebdded5
rc: fix operations/check
ignoring oneWay
parameter
...
Change param from parsing "oneway" to "oneWay" as bool value, as the docs
say "oneWay - check one way only, source files must exist on remote"
2025-07-21 16:41:08 +01:00
Florent Vennetier
fc08983d71
s3: add OVHcloud Object Storage provider
...
Co-Authored-By: Antonin Goude <antonin.goude@ovhcloud.com >
2025-07-21 16:34:53 +01:00
n4n5
7b61084891
docs: rc: fix description of how to read local config
2025-07-21 15:42:37 +01:00
albertony
d1ac6c2fe1
build: limit check for edits of autogenerated files to only commits in a pull request
2025-07-17 16:20:38 +02:00
albertony
da9c99272c
build: extend check for edits of autogenerated files to all commits in a pull request
2025-07-17 16:20:38 +02:00
Sudipto Baral
9c7594d78f
smb: refresh Kerberos credentials when ccache file changes
...
This change enhances the SMB backend in Rclone to automatically refresh
Kerberos credentials when the associated ccache file is updated.
Previously, credentials were only loaded once per path and cached
indefinitely, which caused issues when service tickets expired or the
cache was renewed on the server.
2025-07-17 14:34:44 +01:00
Albin Parou
70226cc653
s3: fix multipart upload and server side copy when using bucket policy SSE-C
...
When uploading or moving data within an s3-compatible bucket, the
`SSECustomer*` headers should always be forwarded: on
`CreateMultipartUpload`, `UploadPart`, `UploadCopyPart` and
`CompleteMultipartUpload`. But currently rclone doesn't forward those
headers to `CompleteMultipartUpload`.
This is a requirement if you want to enforce `SSE-C` at the bucket level
via a bucket policy. Cf: `This parameter is required only when the
object was created using a checksum algorithm or if your bucket policy
requires the use of SSE-C.` in
https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html
2025-07-17 14:29:31 +01:00
liubingrun
c20e4bd99c
backend/s3: Fix memory leak by cloning strings #8683
...
This commit addresses a potential memory leak in the S3 backend where
strings extracted from large API responses were keeping the entire
response in memory. The issue occurs because Go strings share underlying
memory with their source, preventing garbage collection of large XML
responses even when only small substrings are needed.
Signed-off-by: liubingrun <liubr1@chinatelecom.cn >
2025-07-17 12:31:52 +01:00
Nick Craig-Wood
ccfe153e9b
purge: exit with a fatal error if filters are set on rclone purge
...
Fixes #8491
2025-07-17 11:17:08 +01:00
Nick Craig-Wood
c9730bcaaf
docs: Add Backblaze as a Platinum sponsor
2025-07-17 11:17:08 +01:00
Nick Craig-Wood
03dd7486c1
Add Sam Pegg to contributors
2025-07-17 11:17:08 +01:00
raider13209
6249009fdf
googlephotos: added warning for Google Photos compatability-fixes #8672
2025-07-17 10:48:12 +01:00
Nick Craig-Wood
8e2d76459f
test: remove flakey TestChunkerChunk50bYandex: test
2025-07-16 16:39:57 +01:00
albertony
5e539c6a72
docs: Consolidate entries for Josh Soref in contributors
2025-07-13 14:05:45 +02:00
albertony
8866112400
docs: remove dead link to example of writing a plugin
2025-07-13 13:51:38 +02:00
Nick Craig-Wood
bfdd5e2c22
filescom: document that hashes need to be enabled - fixes #8674
2025-07-11 14:15:59 +01:00
Nick Craig-Wood
f3f16cd2b9
Add Sudipto Baral to contributors
2025-07-11 14:15:59 +01:00