Jonathan Buch

Results 30 comments of Jonathan Buch

Oh, I totally forgot about this one. I developed this for another project and just threw it out there. I was a little unhappy with the file naming I chose....

Allright, I think I've found all of them. I implemented it backwards compatible, but with a focus on not breaking old setups but adhering to the new naming of minio....

Awesome! Yeah, let's make a release before handling this one. I'll give it a try, thank you @felladrin !

@yardenshoham This should be possible. A short look into example code (https://github.com/minio/madmin-go/blob/8a5b69247fe5aee210e15bb418c210a3d83df0fe/examples/bucket-quota.go).. should be doable. Unsure on how much time I have, but I'd be willing to review code if...

@yardenshoham The release v1.6.0 contains your work around bucket quotas. Thank you!

Hi, it's possible to implement that. If you look at https://github.com/aminueza/terraform-provider-minio/blob/3f82b74b430e73ee502353364116d195d7838240/minio/new_client.go#L21 , the empty string after the secret is the token. So this definitly could be implemented. A new optional...

With a base like this, testing #244 should be no problem. I've just set the tests to use insecure https connections, but we could also use valid (self signed) cert.

Allright, I have enough code to be able to set `MINIO_INSECURE` to `false`. I've also added code to fix #244 What do you think about running all tests under SSL...

Ooh.. yeah (beside the failing check), I think I've forgotten something: adminio-ui and adminio-api, I haven't tested that they are still working. I'll also put a note into the README.

I've created a PR for using adminio-ui with SSL enabled. Note that as long as that one has not been merged, using the adminio-ui is impossible. We should wait for...