Hello once again!

Recently I have been able to setup my site so users can upload media files to AWS S3, and it's currently using the default Drupal 8 file setup of organizing by month and year (sites/default/files/2018-09). Though I have configured my site so that they can only view their own content, it would be a nice touch if user files where uploaded to a unique user  directory (/files/user1, /files/user2) instead of one collective directory.

Not sure if this is doable with a module or may need some custom code.

Any suggestions would be appreciated .

Thank in advance,

Chris