Skip to content
New issue

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

Ability to provide file list (-n -f equivalent) via file #53

Open
udf2457 opened this issue May 11, 2017 · 2 comments
Open

Ability to provide file list (-n -f equivalent) via file #53

udf2457 opened this issue May 11, 2017 · 2 comments

Comments

@udf2457
Copy link

udf2457 commented May 11, 2017

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>
@giventocode
Copy link
Contributor

thanks for the suggestion.

@udf2457
Copy link
Author

udf2457 commented May 13, 2017

FYI, whilst implementing this, please also consider exposing 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants