Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Conversation

@sh1n1chi8acker
Copy link
Contributor

This PR allow you to create table with server-side encryption.

StreamSpecification: streamViewType === 'NONE'
? { StreamEnabled: false }
: { StreamEnabled: true, StreamViewType: streamViewType },
SSESpecification: sseSpecification.enabled
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a use case where someone might change their SSE settings but not enable it? Could this instead check if sseSpecification is defined?

@sh1n1chi8acker
Copy link
Contributor Author

At this time, this PR is behind from current master.
I opened #147 which covers this, will close if that PR is approved

@jeskew
Copy link
Contributor

jeskew commented Apr 14, 2019

Closing in favor of #147

@jeskew jeskew closed this Apr 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants