forked from bellwether/minerva
added examples
This commit is contained in:
parent
ffdd27e506
commit
f4dd130266
5 changed files with 102 additions and 0 deletions
4
examples/s3_ls.py
Normal file
4
examples/s3_ls.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import minerva
|
||||
|
||||
m = minerva.Minerva("hay")
|
||||
print(list(m.s3.ls("s3://haystac-pmo-athena/")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue