Andrea Longo
Andrea Longo
@jiuker I think `mc undo --action` needs an example in the docs because of the narrow case where it works. I'm not entirely clear how it interacts with `--recursive` or...
Finally picking this up after being delayed by other work. @jiuker I think I understand now, `--action` works both with and without `--recursive`. I added some examples in the text,...
Reworked some small things for clarity throughout.
Also you can't have more than 10 tags. Not directly related to policies, but can be rolled into this change in some appropriate location.
More examples ``` set MINIO_AUDIT_WEBHOOK_ENABLE_="on" set MINIO_AUDIT_WEBHOOK_ENDPOINT_="https://webhook-1.example.net" set MINIO_AUDIT_WEBHOOK_AUTH_TOKEN_="TOKEN" set MINIO_AUDIT_WEBHOOK_CLIENT_CERT_="cert.pem" set MINIO_AUDIT_WEBHOOK_CLIENT_KEY_="cert.key" ```
Notes about Go quickstart: - ~`go get` outside modules was deprecated in 1.17 and removed in 1.18. The replacement is `go install`. https://golang.org/doc/go-get-install-deprecation~ issue is you have to be inside...
Note: C++ doesn't currently have a Quickstart.
Note: further improvements via https://github.com/minio/docs/issues/752
Proposed plan: - Test/update existing Quickstart pages (located in the SDK repos and included in docs via automation). https://github.com/minio/docs/issues/1042 - Tutorials with sample code illustrating the same basic operations for...
Sticking this back in To do for the moment. SDK updates are taking a bit.