-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
According to the docs, here is how to access a file in swift:
import fsspec
with fsspec.open("swift://server/account/container/object.txt", "r") as f:
print(f.read())Apologies for asking the obvious but, is account on the string above referring to a personal user account for the swift endpoint?
Do you still need account if you configure environment variables OS_STORAGE_URL and OS_AUTH_TOKEN for authentication?
Many thanks,
Sebastian
Metadata
Metadata
Assignees
Labels
No labels