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

Use system temporary directory for default FileSystem path plugin #2

Open
fishcharlie opened this issue Mar 30, 2019 · 0 comments
Open
Labels
plugin Plugin

Comments

@fishcharlie
Copy link
Member

We should use the os.tmpdir() string if the user doesn't pass in a custom path to the FileSystem plugin.

We should also append a custom string (ex. HeapStash_1) to the end of that string, and ensure that directory doesn't exist prior to creating it. That way you can have multiple HeapStash instances and they won't collide with each other.

@fishcharlie fishcharlie added enhancement New feature or request plugin Plugin and removed enhancement New feature or request labels Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Plugin
Projects
None yet
Development

No branches or pull requests

1 participant