Presigned Url with Image Transformation
Hey
I'm using r2 bucket as storage and using presigned url to fetch the images, I'm also using transformation on top of it like
https://sub.domain.com/cdn-cgi/image/quality=75/https://r2.cloudstorage.com/path.png?X-Amz-Algo........GetObject
Now the image transformation pricing states. It only counts new transformation within a month and won't be counted if you fetch the same transformation again in same month
My question is. Since I'm using presigned url. Every time I sign url for same object, the auth signature changes, so does that mean image transformer will consider every presigned url as new image transformation even though the path are same and signature is different?
And if so, how should I go on about resolving this so that it only considers path of the object and doesn't count every presigned url as new image because of different signature
0 Replies