-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: filemanager presigned route #475
Conversation
…igned builder struct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Update
|
While this is not merged, possible to add an env-var in the compose for the filemanager service? So the local API server could have some presigned URL instead of an
|
…ing TLS, and add AWS credentials to docker
Closes #459
Changes
/s3/presign
and/s3/presign/{:id}
to fetch presigned URLs for current objects only.responseContentDisposition
can be used to set the content-disposition of the presignedGetObject
request. The default value isinline
, as this matches the HTTPcontent-disposition
header.