Replies: 2 comments 1 reply
-
The nhost sdk doesn't upload files to minio, it uploads file to hasura-storage (which happens to use minio in this case). What is it you are trying to do exactly? |
Beta Was this translation helpful? Give feedback.
-
Exactly @dbarrosop ,thanks for the clarification. In my architecture there is a Workspace entity and I want to have each Workspace having a different bucketId and a different subfolder with it's name (or it's id) inside the hasura-storage. Then, when uploading a new file related to that specific Workspace, I want to associate this with the specific bucketId and have it stored inside the subfolder corresponding to that Workspace. Is that possible? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to upload a file to subfolder inside the root minio folder using the nhost sdk? The upload function does not seem to provide such a parameter. Am I missing something from the documentation here?
Beta Was this translation helpful? Give feedback.
All reactions