You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: