2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
0
Hi
- check that the file 'entrepreneurship/tuyyo' actually exists in your S3 bucket under the correct path. Typos in the URL can lead to this error.
- Check your policy contains
s3:GetObject
- tuyyo is file should NOT be a FOLDER
- If you've restricted your S3 bucket to only allow access through CloudFront, you'll need an OAI associated with your distribution, and your bucket policy must grant the OAI read permissions.
- Temporary The direct URL would look something like https://your-bucket-name.s3.amazonaws.com/entrepreneurship/tuyyo. If this works, the issue is likely with CloudFront.
try those points and let me know if you still have issues
0
Hello, well I'll tell you:
The file or path entrepreneurship/tuyyo does not exist because it is a browser path of my Flutter application, with which I will later load using the rest API, I take the pathParam {tuyyo} to load the specific information of the page . The s3:GetObject policy is configured correctly Server encryption is Server-side encryption with Amazon S3 managed keys (SSE-S3) I have access to S3 as public
I don't know what change there is
respondido há 9 meses
Conteúdo relevante
- feita há 18 dias
- feita há 2 dias
- feita há 18 dias
- AWS OFICIALAtualizada há um ano
- AWS OFICIALAtualizada há 8 meses
Hello, well I'll tell you:
I don't know what change there is