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?
2 Replies
Any luck?
Currently uploadthing does not have any concept of folders or separation in that regard. We may add this functionality in the future, but there are a number of considerations we have to make for a good generic experience for everyone 👍