Add product field AI fill and long-lived media cache headers.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 16:35:14 +03:30
co-authored by Cursor
parent b5a54e4174
commit 77f3cb2a67
4 changed files with 127 additions and 3 deletions
+2
View File
@@ -46,6 +46,8 @@ export class S3StorageDriver {
Key: key,
Body: input.body,
ContentType: input.contentType,
// Stable public media URLs — let browsers/CDN cache aggressively.
CacheControl: 'public, max-age=31536000, immutable',
}),
);