Skip to content

Commit

Permalink
Merge pull request #7671 from ap-kulkarni/amey/6141
Browse files Browse the repository at this point in the history
s3fs: Adds support for SSE client keys
  • Loading branch information
ap-kulkarni committed Jun 21, 2022
1 parent 286fab4 commit 9a1a3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dvc/config_schema.py
Expand Up @@ -152,6 +152,8 @@ class RelPath(str):
"ssl_verify": Any(Bool, str),
"sse": str,
"sse_kms_key_id": str,
"sse_customer_algorithm": str,
"sse_customer_key": str,
"acl": str,
"grant_read": str,
"grant_read_acp": str,
Expand Down

0 comments on commit 9a1a3a0

Please sign in to comment.