xyzz
07/20/2022, 8:49 AMfs = RemoteFileSystem(basepath="<s3://my-bucket/folder/>")
fs.write_path("foo", b"hello")
fs.save("dev-s3")
What das fs.write_path do? Store actual content on the fs?
Also, is the secret key stored in the prefect database if you pass them to the settings parameter of RemoteFileSystem and then call fs.save? If so, how is ensured only I can read it and not e.g. a admin at prefect?Anna Geller
07/20/2022, 10:36 AMaws s3 ls <s3://your-bucket/yourpath/>
they are stored as text files with the deployment ID as namexyzz
07/20/2022, 12:24 PMAnna Geller
07/20/2022, 12:57 PMBilly McMonagle
07/20/2022, 5:00 PM