Deb Roclinn
commited on
Commit
•
fb24eda
1
Parent(s):
7237cad
Oops forgot to add this script
Browse files
list.sh
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
export AWS_SECRET_ACCESS_KEY=$(cat .env.local | grep AWS_SECRET | cut -d "\"" -f 2)
|
3 |
+
export AWS_ACCESS_KEY=$(cat .env.local | grep AWS_ACCESS | cut -d "\"" -f 2)
|
4 |
+
aws s3 ls models.webaverse.com | grep glb | cut -d " " -f 6 | cut -d "." -f 1
|
5 |
+
|
6 |
+
|