Closed jaspermayone closed 1 month ago
Hi @VividhPandey003,
In commit https://github.com/jaspermayone/website/commit/8c53a88debedaf86622cc8de4f9b5927ba23a988
I moved to S3 for image storing as part of #50.
Now, all the metadata for the images shows as undefined, even though I know there's metadata on the image.
Does that make sense?
Why using S3?
And just to confirm this is causing #50 ?
No, I think 50 is related though.
S3 because the files are too large to host on vercel as part of the site, and s3 is the standard for these types of things
@jaspermayone there's no issue with S3. S3 will store whatever metadata we pass into.
This is what I've observed: -> Downloaded an image directly from S3. -> put it into exif processing and realised, there wasn't enough metadata you'd typically see in the original picture. -> It tells that the image was processed somewhere in between and that explains the issue with metadata. Because the metadata is inconsistent with images...I believe this might be the issue.
Ahhhh so this is tied with #50
Bizzare
I want to go back to local photos but Vercel is being a pain
Also the metadata is showing in the console but not the website.
Doesn’t
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
I don't think so? I am displaying the metadata as an overlay so the
Hey @jaspermayone can you tell me more about this issue, I would like to work on it