Deb Roclinn
Oops forgot to add this script
fb24eda
raw
history blame contribute delete
No virus
253 Bytes
#!/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