Skip to content
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

filemanager: long-lived presigned URLs #622

Open
mmalenic opened this issue Oct 29, 2024 · 0 comments
Open

filemanager: long-lived presigned URLs #622

mmalenic opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
feature New feature filemanager an issue relating to the filemanager

Comments

@mmalenic
Copy link
Member

The filemanager should support returning long-lived presigned URLs to objects (e.g. 7 days) in order to allow sharing data in a longer-term context. Currently the presigned URL length is limited by the credentials used in the Lambda role which doesn't last that long even if the presigned expiry is set to a higher limit.

To support this an IAM user that can issue longer presigned URLs can be created. The filemanager Lambda API function can then assume this user to create the long-lived presigned URLs.

@mmalenic mmalenic self-assigned this Oct 29, 2024
@mmalenic mmalenic added filemanager an issue relating to the filemanager feature New feature labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature filemanager an issue relating to the filemanager
Projects
None yet
Development

No branches or pull requests

1 participant