-
Notifications
You must be signed in to change notification settings - Fork 38
Ability to define cache-control property #91
Comments
This option was added in Thanks for the feedback. |
Thank you for fairly quick reaction! Unfortunately presented switch does not seem to have any effect. Here is the command I am running:
Could that be caused by the fact I am uploading to the blob container and not the file share? Could you please re-open this issue? |
In case you need this, here is the output of this command:
|
Can you re-execute your command with |
Of course! Thanks for the help on this! Here comes the gist https://gist.github.com/pkuczynski/3be3e7ce568776abd13de99666465576 I forgot to add |
If you search your gist for |
I checked now again and magically the header was there. Not sure, maybe it was a cache issue, but I swear I hard reloaded. Sorry for confusion and thanks for your work on this! :) |
Feature Request Description
Based on the documentation it is possible to define cache-control property when uploading a blob:
https://docs.microsoft.com/en-us/azure/cdn/cdn-manage-expiration-of-blob-content
Such functionality is missing from
blobxfer
.Describe Preferred Solution
Would you consider adding
--cache-control "max-age=3600"
option to the command line interface?The text was updated successfully, but these errors were encountered: