ghost-storage-adapter-s3 icon indicating copy to clipboard operation
ghost-storage-adapter-s3 copied to clipboard

Duplicate file

Open anazhd opened this issue 5 years ago • 1 comments

Hi,

So everytime I upload a picture, I see 2 files in my bucket. One is the original picture with _o. suffix, and the other one is the optimized version I guess without suffix.

I'm trying to figure out how to modify, either

  1. No optimization at all, just the original picture
  2. Auto delete _o. file after upload

But I couldn't figure out the part where this thing happens. I'm using the default adapter without any changes, which baffled me as I can't find this part in the source.

anazhd avatar Mar 02 '20 13:03 anazhd

It comes by default from ghost, but you can disable it. https://ghost.org/docs/config/#image-optimisation

shyamvyas5 avatar Apr 27 '21 03:04 shyamvyas5