You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: