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
Currently, when a user requests download of certain media via the media viewer app, the media-server app processes the request and uploads a zip file containing the requested images to the media-zipped-files folder on S3/Minio at the root of the bucket i.e. staging-user-media/media-zipped-files/11704887280263.zip.
Acceptance Criteria:
This folder should be located under the org specific folder in the bucket i.e. staging-user-media/testjoy/media-zipped-files so we can restrict access to org users.
The generated file name in this scenario is timestamp based and should be uuid based instead.
The text was updated successfully, but these errors were encountered:
Currently, when a user requests download of certain media via the media viewer app, the media-server app processes the request and uploads a zip file containing the requested images to the
media-zipped-files
folder on S3/Minio at the root of the bucket i.e.staging-user-media/media-zipped-files/11704887280263.zip
.Acceptance Criteria:
staging-user-media/testjoy/media-zipped-files
so we can restrict access to org users.The text was updated successfully, but these errors were encountered: