JustKiddingCode
JustKiddingCode
Hi, on my davical server i can perform the propfind request with depth 1 and get all calendars. Something like curl --request PROPFIND --user USER https://host/caldav.php -H "depth: 1" and...
> @JustKiddingCode Could you please try upstream version of buildah `quay.io/buildah/upstream:latest`, I suspect this involves a fix which was made here #5083 Still same issue with: ``` $ buildah --version...
any updates on this?
Yes, I'd like to tackle this. Might take a month or two, before I can start.
If my understanding of the S3 encryption is correct: In this case I'd still have to trust the storage provider to not save the key and decrypt my files. We...
I took a look to the software stack: Minio has an example for client side encryption, https://github.com/minio/minio-go/blob/master/examples/s3/putobject-client-encryption.go So the main changes would be to implement a wrapper for [blobstore](https://github.com/cs3org/reva/blob/c6072ab50f90818a3555d0069c3ca7fce3433e25/pkg/storage/fs/s3ng/blobstore/blobstore.go) that...
My scenario: - Owncloud OCIS VM under our control. - S3 storage is operated by different persons. - We want to store files with very high confidentiality requirements. - The...
> Could you please explain what problem this PR solves? Sure. The openapi has 3 description fields: the route itself, each parameter and the response. With docstrings, you can only...
> * API documentation is already supported using OpenAPI, it does not make much sense to use mkdocs docs for API endpoints. Were using mkdocs with [Modern MISP](https://github.com/Modern-MISP/api). Documenting only...