Prevent HEAD call for Azure Blob

Hi,
In our project, for security reason, we need to upload files to an Azure Blob storage with a user having only write authorisation (no read).
In this situation, the upload works but at the end, it is always failing because I guess there is a check with those HEAD calls but since our user has no read authorisation, it finishes with 403.
Would there be a possibility to add an option to avoid this check and HEAD call?
I have seen something similar with S3 but nothing for Azure.

Thanks !

So you want something like?

  --s3-no-head                    If set, don't HEAD uploaded objects to check integrity

We don't have that at the moment.

Can you open a new issue on Github about that.

Maybe you'd like to implement it? Or sponsor me to implement it for you?