-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
I was testing the request logger with the azure vfs and the log writes are failing. I checked and the appendfile is not implemented which requires an append blob. I was going to create a pull request to add it but do you prefer a separate provider or if/then's checks on the existing one that implements append/write where applicable?
After reviewing I'm thinking a dedicated AzureAppendBlobVirtualFiles might be best otherwise it requires too much checking to see if a blob is an append blob and converting it/etc when I think the common use case is logging which just requires appending.
Metadata
Metadata
Assignees
Labels
No labels