gazette / core

Build platforms that flexibly mix SQL, batch, and stream processing paradigms
https://gazette.dev
MIT License
718 stars 52 forks source link

parse SSEKMSKeyId from store url and pass to store config #323

Closed davidgmonical closed 2 years ago

davidgmonical commented 2 years ago

Adds in support for SSEKMSKeyId by parsing it from the store url and passing it into the S3StoreConfig. Done analogously to the SSE paramater.

Also added a unit test for parseStoreArgs which checks that the SSEKMSKeyId field (amongst others) is correctly parsed from the store URL

Additional Testing:


This change is Reviewable