We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, the only option is to list out -n -f on as CLI parameters.
It would be great to be able to define these in a file, perhaps XML for example:
<files> <file> <source>foo</source> <!--- i.e. -f on the CLI ---> <dest>bar</dest> <!--- i.e. -n on the CLI --> <file> . . . </files>
The text was updated successfully, but these errors were encountered:
thanks for the suggestion.
Sorry, something went wrong.
FYI, whilst implementing this, please also consider exposing x-ms-meta-name:value
x-ms-meta-name:value
https://docs.microsoft.com/en-us/rest/api/storageservices/put-block-list
x-ms-meta-name:value: Optional. User-defined name-value pairs associated with the blob.
And also conditional headers (https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations) If-Modified-Since, If-Unmodified-Since, If-Match,If-None-Match
If-Modified-Since
If-Unmodified-Since
If-Match
If-None-Match
No branches or pull requests
At the moment, the only option is to list out -n -f on as CLI parameters.
It would be great to be able to define these in a file, perhaps XML for example:
The text was updated successfully, but these errors were encountered: