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

DiskDirectoryBlobStorage saves Metadata Attribute files unencrypted if encryption is set in the pipeline #40

Open
dammitjanet opened this issue Sep 22, 2023 · 1 comment
Labels
Azure Blob enhancement New feature or request Zip

Comments

@dammitjanet
Copy link

I assume this will be the same for ZipFileBlobStorage and will need a change to include it since it targets the Blob objects and not the content streams.

SinkedBlobStorage which is used when sinks are in use, needs to implement a new interface to cater for the retrieval of Blob objects when the sink is transformed as follows:

Task<IReadOnlyCollection<Blob>> GetBlobsAsync(IEnumerable<string> fullPaths, CancellationToken cancellationToken = default)
Task<IReadOnlyCollection<Blob>> ListAsync(ListOptions options = null, CancellationToken cancellationToken = default)
Task SetBlobsAsync(IEnumerable<Blob> blobs, CancellationToken cancellationToken = default)
@robinrodricks
Copy link
Owner

Please file a PR for this if you have time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure Blob enhancement New feature or request Zip
Projects
None yet
Development

No branches or pull requests

2 participants