added examples

This commit is contained in:
Ari Brown 2023-09-26 18:36:41 -04:00
parent ffdd27e506
commit f4dd130266
5 changed files with 102 additions and 0 deletions

4
examples/s3_ls.py Normal file
View file

@ -0,0 +1,4 @@
import minerva
m = minerva.Minerva("hay")
print(list(m.s3.ls("s3://haystac-pmo-athena/")))