adding picture display with cloudfront and working on ios take photo and post flow

This commit is contained in:
Will Baumbach
2025-07-30 16:24:09 -05:00
parent 913c4cf3f7
commit e49674a755
9 changed files with 13524 additions and 13450 deletions

View File

@@ -30,7 +30,7 @@ class AWSUtil {
console.log('Error', err)
}
return `https://tattletires.s3.us-east-2.amazonaws.com/${params.Key}`
return `${params.Key}`
}
async deleteFile(Location) {