feat: add PresignURL method for existing objects #95

Merged
argoyle merged 1 commits from feat/presign-url into main 2026-04-16 06:41:58 +00:00
Owner

Summary

Add PresignURL(ctx, key) method to generate presigned download URLs for existing S3 objects (15 min expiry). Needed by document-service to serve document preview/download links.

🤖 Generated with Claude Code

## Summary Add `PresignURL(ctx, key)` method to generate presigned download URLs for existing S3 objects (15 min expiry). Needed by document-service to serve document preview/download links. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
argoyle added 1 commit 2026-04-16 06:32:25 +00:00
feat: add PresignURL method for existing objects
storage / test (pull_request) Successful in 1m44s
storage / vulnerabilities (pull_request) Successful in 1m37s
pre-commit / pre-commit (pull_request) Successful in 6m14s
066850eb7f
Generate presigned download URLs for objects already stored in S3,
valid for 15 minutes. Needed by document-service to serve document
download links.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
argoyle scheduled this pull request to auto merge when all checks succeed 2026-04-16 06:32:44 +00:00
argoyle merged commit 425056b0c2 into main 2026-04-16 06:41:58 +00:00
argoyle deleted branch feat/presign-url 2026-04-16 06:41:59 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/storage#95