Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurefiles: fix missing x-ms-file-request-intent header
According to the SDK docs > FileRequestIntent is required when using TokenCredential for > authentication. Acceptable value is backup. This sets the correct option in the SDK. It does it for all types of authentication but the SDK seems clever enough not to supply it when it isn't needed. This fixes the error > MissingRequiredHeader An HTTP header that's mandatory for this > request is not specified. x-ms-file-request-intent Fixes rclone#8241
- Loading branch information