Support IAM role credentials in slug-media #280
No reviewers
Labels
No labels
activitypub
admin
api
architecture
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
content
database
deployment
design
dev-env
diagnostics
docs
documentation
email
enhancement
feature
federation
feed
health
homepage
implementation
integration
logging
mastodon
media
navigation
npm-packages
openapi
opengraph
packages
passkeys
preview
priority:high
priority:low
priority:medium
production
proof
proxy
public-routes
public-ui
release
safety
slug-api
slug-auth
slug-core
slug-federation
slug-media
slug-template
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-2339b48c-iam-role-media-credentials"
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
Allow
@evcraddock/slug-mediato use the AWS SDK default credential provider chain and regional S3 endpoints while preserving explicit S3-compatible configuration.Task
task-2339b48c
Changes
credentialsandendpointfrom AWS SDK configuration when provider-chain mode is selected.@evcraddock/slug-media@0.1.1for publication after merge.Testing
./scripts/pre-pr.shChecklist
./scripts/pre-pr.shpassesReview summary
./scripts/pre-pr.shpassed locally, package release/pack dry runs passed, and Forgejo CI run #461 completed successfully.Acceptance criteria
@evcraddock/slug-mediaconstructs AWS storage without static credentials when a default-chain provider is available.S3Clientoptions omitcredentials, and tests resolve credentials through the AWS SDK default provider chain.0.1.1is prepared and passes release dry runs, but npm publication intentionally remains a post-merge action.Findings
@evcraddock/slug-media@0.1.1must be published and verified after merge before the task can close.