-
Notifications
You must be signed in to change notification settings - Fork 101
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 |
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.
Rest 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.
LGTM
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.
LGTM
Support storing backup meta to s3, and support backup and restore with s3.