How do you determine the user prefix in the backend storage (in my case, S3)?
For instance, I know that a given user will have its files prefixed with MBS-<really_long_string_that_looks_like_a_hash_of_some_sort>/<computer_hostname>/ in the S3 bucket. How do you determine the string that looks like a hash?
[reply=“JoeyDumont;d713”] For security purposes that string is assigned randomly.
If you copy that string, edit any user in your web dashboard and paste it in the address field of your browser instead the user you’re currently editing the page will open the user which that string belongs to.
For us plain old users, I finally found out that you can get the MBS prefix code by clicking on the icon next to each user in the user tab. Wish I knew that years ago