Implement presigned URLs #96
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#96
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
For things like
presignedPutObject
and temporary URLs that include a signature to get an object that is valid only during a certain period of timehttps://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/s3-example-presigned-urls.html
presigned URLs are used by gitlab by default: https://docs.gitlab.com/ee/administration/object_storage.html#proxy-download (can be deactivated).
Message de Trinity sur Matrix:
Update: pre-signed requests work but the validity time is not checked by Garage, which is a security flaw. Adding this is the last thing before closing this issue.