your code?
Dec 26, 2021
3
Level 1
AWS unable to post a new file
Hey :), I did an other post to help me on this problem, but now i know the problem but don't know how to solve it...
When i want to store my file in my s3 i have this error : (with store(), storeAs(), Storage::disk('s3')->put('images', $req->file('banner')) )
Error executing "HeadObject" on "http://rankserver.s3.eu-west-3.amazonaws.com/images/64x64.png"; AWS HTTP error: Client error: `HEAD http://rankserver.s3.eu-west-3.amazonaws.com/images/64x64.png` resulted in a `404 Not Found` response NotFound (client): 404 Not Found (Request-ID: 1XAJQNNTE18HJJR3) -
I got this error when i trie to upload an image who don't exist in my s3,
Exemple if in my s3/images i have a file named 64x64.png, i can upload.
BUT
If i try to upload a new file with his hashed name, i can't and i got this error.
I tried to do a new project and same... My user have s3FullAccess
Where this error come ?
Please or to participate in this conversation.