Skip to content

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented May 3, 2024

Add VFS list example, with optional config for usage to set S3 or other parameters.

@ihnorton ihnorton requested review from Shelnutt2 and shaunrd0 May 3, 2024 19:15
@ihnorton ihnorton requested a review from teo-tsirpanis May 4, 2024 02:53
Comment on lines 10 to 14
private readonly string _array_path;
private readonly Context _ctx;
private readonly VFS _vfs;

public ExampleVFS()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer the class to be static, the fields to be local variables, the constructor to be merged with Run, and CreateFiles and ListFiles to be local functions inside Run.

Feel free to make the adjustments or I will on Wednesday when I return.

@teo-tsirpanis teo-tsirpanis merged commit 6884309 into main May 8, 2024
@teo-tsirpanis teo-tsirpanis deleted the ihn/sc-46664 branch May 8, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants