File size: 253 Bytes
fb24eda
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash
export AWS_SECRET_ACCESS_KEY=$(cat .env.local | grep AWS_SECRET | cut -d "\"" -f 2)
export AWS_ACCESS_KEY=$(cat .env.local | grep AWS_ACCESS | cut -d "\"" -f 2)
aws s3 ls models.webaverse.com | grep glb | cut -d " " -f 6 | cut -d "." -f 1