jhasse-shade
175d4bc553
Add Shade backend
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-12-09 17:08:57 +00:00
Nick Craig-Wood
8f29a0b0a1
Add Jonas Tingeborn to contributors
2025-12-09 16:15:17 +00:00
Nick Craig-Wood
8b0e76e53b
Add Tingsong Xu to contributors
2025-12-09 16:15:17 +00:00
Nick Craig-Wood
b33cb77b6c
Add Johannes Rothe to contributors
2025-12-08 14:45:06 +00:00
Nick Craig-Wood
d51322bb5f
Add Leo to contributors
2025-12-08 14:45:06 +00:00
Nick Craig-Wood
e718ab6091
Add Vladislav Tropnikov to contributors
2025-12-08 14:45:06 +00:00
Nick Craig-Wood
0a9e6e130f
Add Cliff Frey to contributors
2025-12-08 14:45:06 +00:00
Nick Craig-Wood
3358b9049c
Add vicerace to contributors
2025-12-08 14:45:06 +00:00
Vladislav Tropnikov
a99d155fd4
s3: The ability to specify an IAM role for cross-account interaction
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-29 13:53:00 +00:00
Cliff Frey
f72b32b470
azureblob: add metadata and tags support across upload and copy paths
...
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
This change adds first-class metadata support to the Azure Blob backend,
including headers, user metadata, tags, and modtime overrides, and wires
it through uploads and server-side copies.
There is a behavior change in that rclone will now set the "mtime"
custom metadata when doing server side copies to azure and the
`--metadata` argument is given.
- Map standard headers: cache-control, content-disposition, content-encoding,
content-language, content-type to corresponding x-ms-blob-* HTTP headers.
- Map user metadata: any non-reserved keys (excluding x-ms-*) are sent as
blob user metadata. Keys are normalized to lowercase for consistency.
- Support tags: parse `x-ms-tags` as a comma-separated list of key=value
pairs and apply them on uploads and copies.
- Support mtime override: accept `mtime` in metadata (RFC3339/RFC3339Nano)
to override the stored modtime persisted in user metadata.
2025-11-27 16:58:07 +00:00
Nick Craig-Wood
6858bf242e
docs: note where a provider has an S3 compatible alternative
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-26 12:22:48 +00:00
Nick Craig-Wood
e8c6867e4c
Add Shade as sponsor
2025-11-26 12:22:48 +00:00
Nick Craig-Wood
50fbd6b049
Add Duncan Smart to contributors
2025-11-26 12:22:48 +00:00
Nick Craig-Wood
0783cab952
Add Diana to contributors
2025-11-26 12:22:48 +00:00
Duncan Smart
886ac7af1d
docs: Clarify OAuth scopes for readonly Google Drive access
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-24 15:58:53 +00:00
Diana
3c40238f02
b2: support authentication with new bucket restricted application keys
...
Backblaze has updated its b2_authorize_account API endpoint, newly created
application keys are now "multi-bucket" keys, capable of being limited to
multiple buckets. These keys can only be used with the v4 endpoint, not v1 which
returns an HTTP 400.
This commit switches authorization to the v4 endpoint, and allowing such keys to
work with any of the allowed buckets.
With multi-bucket keys, missing restricted buckets can be non-fatal.
Supports listing root with multi-bucket API keys
2025-11-24 15:46:41 +00:00
Nick Craig-Wood
46ca0dd7fe
docs: update sponsor logos
2025-11-24 14:58:33 +00:00
Nick Craig-Wood
2e968e7ce0
docs: fix lint error in changelog
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-21 18:23:16 +00:00
Nick Craig-Wood
1886c552db
Start v1.73.0-DEV development
2025-11-21 18:23:07 +00:00
Nick Craig-Wood
38ab3dd5b1
Version v1.72.0
2025-11-21 17:10:17 +00:00
Nick Craig-Wood
7d45aee70f
docs: update sponsor logos
2025-11-21 12:48:29 +00:00
Nick Craig-Wood
e451f9c999
Add Nikolay Kiryanov to contributors
2025-11-20 16:46:01 +00:00
Nikolay Kiryanov
321488441e
rc: add executeId to job statuses - fixes #8972
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-20 13:15:22 +00:00
Nick Craig-Wood
4afb59bc93
docs: onedrive: note how to backup up any user's data
2025-11-18 16:21:06 +00:00
Nick Craig-Wood
0343670375
Add Dominik Sander to contributors
2025-11-18 16:21:06 +00:00
Nick Craig-Wood
5b2b372ba9
Add jijamik to contributors
2025-11-18 16:21:06 +00:00
Oleg Kunitsyn
ecea0cd6f9
http: add basic metadata and provide it via serve
...
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
Co-authored-by: dougal <147946567+roucc@users.noreply.github.com >
2025-11-17 16:52:30 +00:00
dougal
a3ccf4d8a0
b2: allow individual old versions to be deleted with --b2-versions - fixes #1626
2025-11-14 17:04:45 +00:00
Nick Craig-Wood
03d3811f7f
Add Sean Turner to contributors
2025-11-14 12:51:17 +00:00
Nick Craig-Wood
38f456c527
Add aliaj1 to contributors
2025-11-10 16:57:18 +00:00
Nick Craig-Wood
4c74ded85a
docs: adjust spectra logic example endpoint name
2025-11-10 13:47:33 +00:00
kapitainsky
43848f5c42
docs: update version introduced to v1.70 in doi docs
...
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
Fixes #8948
2025-11-08 21:33:38 +00:00
Nick Craig-Wood
bc5d1dfaf3
Add n4n5 to contributors
2025-11-05 17:56:28 +00:00
Nick Craig-Wood
c33aeb705f
Add Alex to contributors
2025-11-05 17:56:28 +00:00
Nick Craig-Wood
12cf8e71df
Add Copilot to contributors
2025-11-05 17:56:28 +00:00
albertony
4f56ab2341
docs: fix alignment of some of the icons in the storage system dropdown
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
2025-11-04 23:00:46 +01:00
albertony
8b5b7ecfd9
docs: run markdownlint on _index.md
2025-11-04 23:00:46 +01:00
albertony
0f3aa17fb6
build: improve backend docs autogenerated marker line
...
Replace custom rem hugo shortcode template with HTML comment. HTML comments are now
allowed in Hugo without enabling unsafe HTML parsing.
Improve the text in the comment: Remove unnecessary quoting, and avoid impression that
make backenddocs has to be run and results committed, since we have a lint check which
will then report error because we want to prevent manual changes in autogenerated sections.
Disable the markdownlint rule line-length on the autogenerated marker line.
Make the autogenerated marker detection a bit more robust.
See #8942 for more details.
2025-11-04 21:56:01 +01:00
Alex
8f74e7d331
backend/compress: add zstd compression
...
build / windows (push) Has been cancelled
build / other_os (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / linux (push) Has been cancelled
build / go1.24 (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / lint (push) Has been cancelled
build / android-all (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/386 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/amd64 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v6 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm/v7 (push) Has been cancelled
Build & Push Docker Images / Build Docker Image for linux/arm64 (push) Has been cancelled
Build & Push Docker Images / Merge & Push Final Docker Image (push) Has been cancelled
Added support for reading and writing zstd-compressed archives in seekable format
using "github.com/klauspost/compress/zstd" and
"github.com/SaveTheRbtz/zstd-seekable-format-go/pkg".
Bumped Go version from 1.24.0 to 1.24.4 due to requirements of
"github.com/SaveTheRbtz/zstd-seekable-format-go/pkg".
2025-11-04 14:50:56 +00:00
Nick Craig-Wood
bc57a31859
Add SublimePeace to contributors
2025-11-03 16:52:33 +00:00
SublimePeace
c41d0f7d3a
docs: s3: clarify multipart uploads memory usage
...
Clarified phrasing to avoid confusion. Fixed a typo.
Fixes #8525
2025-11-03 16:35:33 +00:00
Nick Craig-Wood
31adc7d89f
Add Ted Robertson to contributors
2025-11-03 14:44:39 +00:00
Nick Craig-Wood
c559ab7c58
Add Joseph Brownlee to contributors
2025-11-03 14:44:39 +00:00
Nick Craig-Wood
80610ef774
Add fries1234 to contributors
2025-11-03 14:44:39 +00:00
Nick Craig-Wood
a6c943a1ad
Add Fawzib Rojas to contributors
2025-11-03 14:43:56 +00:00
Nick Craig-Wood
53e0dbb5cb
Add Riaz Arbi to contributors
2025-11-03 14:43:56 +00:00
Nick Craig-Wood
3a0000526b
Add Lukas Krejci to contributors
2025-11-03 14:43:56 +00:00
Nick Craig-Wood
1fa6941e26
Add Adam Dinwoodie to contributors
2025-11-03 14:43:56 +00:00
Nick Craig-Wood
9bb7ad31e6
Add dulanting to contributors
2025-11-03 14:43:56 +00:00
albertony
a06c1c0cb7
docs: change to light code block style to better match overall theme
2025-11-01 18:55:11 +01:00