aws-samples / aws-samples/image-optimization
[Feature request] Supply original image from original S3 bucket
Open
- Dominant language
- TypeScript
- Stars
- 276
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
In the current implementation lambda function makes copy of original image from`originalImageBucketName` to `transformedImageBucket` with `/original` prefix. Which will increase storage usage and as fact will increase the cost, since original images usually have large size. Is there a way to avoid duplication of original image and supply it directly from original S3 bucket instead?
Contributor guide
Assessment
This issue has not been assessed yet.