Ensure sse config is optional; pass through sse from constructor.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Vendored
+1
-1
@@ -128,7 +128,7 @@ export interface Config {
|
||||
* If not set, encrypted buckets will fail to publish.
|
||||
* https://docs.aws.amazon.com/AmazonS3/latest/userguide/specifying-s3-encryption.html
|
||||
*/
|
||||
sse: 'aws:kms' | 'AES256';
|
||||
sse?: 'aws:kms' | 'AES256';
|
||||
};
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user