Hacker News new | past | comments | ask | show | jobs | submit login
Certificate-Based Authentication for S3 with MinIO (min.io)
23 points by jtsymonds on Nov 10, 2021 | hide | past | favorite | 2 comments



Semi-related: I really like minio, and there is only so much I can complain about since it _is_ free…

… but I do wish they would implement being able to store objects at arbitrary keys. Some combinations of keys are not possible to store at the same time. And I guess to me it seems… odd… and maybe even frustrating?, that they say it was a “blunder” on AWS’s part to implement such a thing. [1]

For example, as far as I know, in minio you can’t have objects at both of the below keys:

red

red/blue

while in AWS S3, this is fine

[1] https://github.com/minio/minio/issues/10160


Minio's S3 implementation is file system based with object paths corresponding to file paths. This explains the issue you're describing.

Not to say that they can't work around this issue...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: