backup: store backupmeta to s3#103
Conversation
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
==========================================
+ Coverage 69.97% 70.59% +0.61%
==========================================
Files 31 31
Lines 2911 3050 +139
==========================================
+ Hits 2037 2153 +116
- Misses 582 596 +14
- Partials 292 301 +9
Continue to review full report at Codecov.
|
|
@kennytm @overvenus @tennix PTAL new commit with aws-sdk. |
|
@kennytm @overvenus @tennix comments addressed, PTAL. |
|
@kennytm @overvenus @SunRunAway comments addressed, PTAL again. |
|
@kennytm @SunRunAway @overvenus @tennix comments addressed, PTAL again. |
|
LGTM |
| flags.String(s3StorageClassOption, "", "Set the S3 storage class, e.g. STANDARD") | ||
| flags.String(s3SSEOption, "", "Set the S3 server-side encryption algorithm, e.g. AES256") | ||
| flags.String(s3ACLOption, "", "Set the S3 canned ACLs, e.g. authenticated-read") | ||
| flags.String(s3ProviderOption, "", "Set the S3 provider, e.g. aws, alibaba, ceph") |
There was a problem hiding this comment.
This setting doesn't seem to have any effect yet besides force-path-style. I suggest exposing force-path-style instead of this option, until the provider can really change the endpoint etc.
Support storing backup meta to s3, and support backup and restore with s3.