Paul Sladek

Results 3 issues of Paul Sladek

Would like to be able to encrypt via KMS. Wondering if it is possible to add this ability. https://www.terraform.io/docs/backends/types/s3.html#kms_key_id

### Use case and current behavior We were on https://github.com/dgraph-io/dgraph/releases/tag/v21.12.0. Made the migration to v22.0.2. We were unaware that this feature had been undone. https://github.com/dgraph-io/dgraph/pull/8067 Can we please put it...

kind/enhancement

Thx for writing this.. has eased a lot of stuff with repo transfers between instances. Added this around line 176 of nexus_client.py ```python try: content = response.json() except json.decoder.JSONDecodeError: raise...

bug