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 we ask users to perform the 'Upload Database' operation to investigate issues on their device, they are uploaded to S3 with the file name format adhoc-dump-as-zip-<uuid>. This makes it difficult to identify which user has uploaded a particular file.
Acceptance criteria:
Username is added to the file name so the new file name format is: adhoc-dump-as-zip-<username>-<uuid>
The text was updated successfully, but these errors were encountered:
Currently, when we ask users to perform the 'Upload Database' operation to investigate issues on their device, they are uploaded to S3 with the file name format
adhoc-dump-as-zip-<uuid>
. This makes it difficult to identify which user has uploaded a particular file.Acceptance criteria:
Username is added to the file name so the new file name format is:
adhoc-dump-as-zip-<username>-<uuid>
The text was updated successfully, but these errors were encountered: