uploadthing bucket?

how can I create a directory / bucket for each user, so I can separate file uploaded by user.
currently I used minio on my local, what I do is check bucket for that user, if it exists we putObject to that bucket, if it not exists we create a bucket first.
Can we do the same on uploadthing?
Was this page helpful?