We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create a folder into a specified bucket? I read some examples and documentation and I am unable to create a folder.
2.0.1 (terraform 1.6.6)
The text was updated successfully, but these errors were encountered:
Folders do not exist in minio, since S3/minio are key-object storages and not filesystems.
There are no files & folders, only data with paths (which don't even need slashes), and folders hold no data so they can't exist.
What are you trying to achieve ? You never need to create a "folder" before uploading a "file"
Sorry, something went wrong.
No branches or pull requests
Description
How to create a folder into a specified bucket? I read some examples and documentation and I am unable to create a folder.
Versions
2.0.1 (terraform 1.6.6)
The text was updated successfully, but these errors were encountered: