Skip to content

Conversation

@jzunigax2
Copy link

Update setup docs to reflect changes

cliff-openai and others added 30 commits November 27, 2025 16:58
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.
ncw and others added 26 commits January 8, 2026 12:05
…e of attachements

Before this the standard library set it to application/octet-stream for some reason
Co-Authored-By: Nick Craig-Wood <nick@craig-wood.com>
This change supports the `http://user:pass@host:port` syntax for the
http_proxy setting.
Move the declaration location of variables to eliminate heap
allocation which may make rclone faster and reduce memory usage slightly.

Fixes rclone#9078
This was broken in v1.71.0 as a typo.
Before this change it could miss a mutation if the Modtime was cached
This was being done in NewFs instead of NewFsWithConnection like it
should have been which meant calls to NewFsWithConnection were not
initialising the proxy correctly.
Uptobox was shutdown in September 2023 and does not appear to be
returning.
@jzunigax2 jzunigax2 requested a review from larryrider January 21, 2026 15:50
@jzunigax2 jzunigax2 self-assigned this Jan 21, 2026
@jzunigax2 jzunigax2 closed this Jan 21, 2026
@jzunigax2 jzunigax2 deleted the chore/update-docs branch January 21, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.