My question is:
If I can configure external storage in such way that, all users will have own home folder in external storage and if they upload files to their folder, files will be visible only for them and they will have ability to share files afterwards.
I know that I can configure external storage as primary storage, but I don’t want to do it because of AD user synchronization speed.
Thank you in advance.
if you´re using Linux i would mount the Amazon S3 using rclone (https://rclone.org/)
Then you can create one directory each user in your mounted amazonDrive.
After this you can add the directorys as “local storage” and link one user per directory. (webui)
in the webui u also can enable the sharing option for each directory
…with rclone cache you can try to use your external storage als primary storage with “/”. With the correct caching it could work pretty well.
I’m also looking for a solution to the problem that you asked for but it seams no one ca give us answer. Were you able to find a solution in the end or not?
Thank you