-
Notifications
You must be signed in to change notification settings - Fork 599
feat(s3): add server side encryption #1847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a70c09d
to
a984373
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1847 +/- ##
==========================================
- Coverage 29.81% 29.73% -0.08%
==========================================
Files 49 49
Lines 17556 17539 -17
Branches 8442 8447 +5
==========================================
- Hits 5235 5216 -19
+ Misses 7217 7214 -3
- Partials 5104 5109 +5
☔ View full report in Codecov by Sentry. |
a984373
to
f4f5150
Compare
docs/S3.md
Outdated
|
||
If your endpoint requires HTTPS/TLS, set `SCCACHE_S3_USE_SSL=true`. If you don't need a secure network layer, HTTP (`SCCACHE_S3_USE_SSL=false`) might be better for performance. | ||
|
||
Enable server side encryption with `SCCACHE_S3_SERVER_SIDE_ENCRYPTION=true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add a link to the Doc to explain what is this encryption? Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this docs will be helpful: https://opendal.apache.org/docs/services/s3#server-side-encryption
a5e578f
to
e54eb3f
Compare
docs/S3.md
Outdated
If your endpoint requires HTTPS/TLS, set `SCCACHE_S3_USE_SSL=true`. If you don't need a secure network layer, HTTP (`SCCACHE_S3_USE_SSL=false`) might be better for performance. | ||
|
||
Enable server side encryption with s3 managed key (SSE-S3), set `SCCACHE_S3_SERVER_SIDE_ENCRYPTION=true` . | ||
More details about encryption [here](https://opendal.apache.org/docs/services/s3/#server-side-encryption) and documentation [here](https://docs.rs/opendal/latest/opendal/services/struct.S3.html#method.server_side_encryption_with_s3_key). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the link on "encryption" and "documentation"
"here" is pretty bad for accessibility / screen reader. thanks
e54eb3f
to
bf0020e
Compare
bf0020e
to
46f47cd
Compare
Add server side encryption with s3
via env
SCCACHE_S3_SERVER_SIDE_ENCRYPTION=true