Working with a Bucket
Connecting to a bucket
import quilt3
b = quilt3.Bucket("s3://quilt-example")# only need to run this once
# ie quilt3.config('https://your-catalog-homepage/')
quilt3.config('https://open.quiltdata.com/')
# follow the instructions to finish login
quilt3.login()Introspecting a bucket
# returns a list of objects in the bucket
b.keys()Reading from a bucket
Writing to a bucket
Deleting objects in a bucket
Searching in a bucket
Last updated
Was this helpful?

