feature: storage agent references#38
Conversation
397502e to
d097278
Compare
cfc42fd to
e2bda33
Compare
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
e2bda33 to
bfb5b7f
Compare
|
Hey Storage team, I've gave this another look by comparing the information from the reference files and our documentation. Below is the changelog report with the changes for each file and the sources I used for each one. storage-access-control.md — Fixed
storage-cdn-caching.md — Added query-string versioning bypass technique (
storage-ops-file-management.md — Added 1,000-object limit on
storage-upload-resumable.md — Removed unused storage-upload-standard.md — Clarified "up to 60 seconds" CDN stale content figure is Smart CDN (Pro+) specific, removed direct storage hostname tip (documented only for resumable uploads).
storage-transform-images.md — Removed unsupported "may letterbox" claim from |
Fix RLS permission mappings, CDN cache behavior, file management limits, image transform descriptions, and S3 upload API signatures based on official Supabase documentation audit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* rebase and house keeping * fix: storage reference accuracy after docs review Fix RLS permission mappings, CDN cache behavior, file management limits, image transform descriptions, and S3 upload API signatures based on official Supabase documentation audit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix offset * fix move and copy instructions --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Adds 7 Storage reference files covering the complete storage lifecycle:
storage-access-control): Bucket visibility, Storage RLS onstorage.objects, helper functions (storage.filename(),storage.foldername(),storage.extension())storage-upload-*): Standard uploads (< 6MB) with upsert and signed URLs, plus TUS resumable uploads for large filesstorage-download-urls): Public URLs viagetPublicUrl(), signed URLs for private contentstorage-transform-images): On-the-fly resize, crop, format conversion (2500px/25MB/50MP limits)storage-cdn-caching): Smart CDN with automatic revalidation and immutable assets patternstorage-ops-file-management): Move, copy, delete, list with paginationEach reference addresses common pain points like "public bucket doesn't mean unrestricted uploads" and "never delete storage files via SQL." Updates
SKILL.md,AGENTS.md, and_sections.md.