diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index 755fcc2244..4baee6973f 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -246,8 +246,8 @@ methods that are performed by DVC (`list_objects_v2` or `list_objects`, $ dvc remote modify myremote listobjects true ``` -- `sse` - server-side encryption algorithm to use: `AES256` or `aws:kms`. - By default, no encryption is used. +- `sse` - server-side encryption algorithm to use: `AES256` or `aws:kms`. By + default, no encryption is used. ```dvc $ dvc remote modify myremote sse AES256 @@ -255,9 +255,8 @@ methods that are performed by DVC (`list_objects_v2` or `list_objects`, - `sse_kms_key_id` - identifier of the key to encrypt data uploaded when using [SSE-KMS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html) - (see `sse`). This parameter will be passed - directly to AWS S3, so DVC supports any value that S3 supports, including both - key IDs and aliases. + (see `sse`). This parameter will be passed directly to AWS S3, so DVC supports + any value that S3 supports, including both key IDs and aliases. ```dvc $ dvc remote modify --local myremote sse_kms_key_id 'key-alias'