feat: add PresignInlineURL method for inline content display #97
Reference in New Issue
Block a user
Delete Branch "feat-presign-inline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PresignInlineURL(ctx, key, contentType)method that generates presigned URLs withContent-Disposition: inlineand optionalContent-TypeoverridePresignURLremains unchangedContext
The document-service uses presigned S3 URLs to display PDFs in iframes. Without
Content-Disposition: inline, the browser triggers a download dialog instead of rendering the PDF.🤖 Generated with Claude Code