-
Notifications
You must be signed in to change notification settings - Fork 34
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
INTMDB-299: Added snapshot export bucket support #276
Conversation
// CloudProviderSnapshotExportBucket represents one cloud provider snapshot export buckets. | ||
type CloudProviderSnapshotExportBucket struct { | ||
ID string `json:"_id,omitempty"` // Unique identifier of the S3 bucket. | ||
ProjectID string `json:"projectId,omitempty"` // Unique 24-hexadecimal digit string identifying the project. |
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.
[q] this is only documented for the create, but even so the example doesn't use it, is this really necessary?
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.
I can remove it, but I don't know if the end users will need it, due it's in the create documentation.
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.
if you have tested the curl
s and it does actually show or is needed we keep it, I'm just wondering if this is a documentation error, not a blocker to keep
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 after Gus comments
@gssbzn @thetonymaster can you merge this please |
Done |
Description
Added snapshot export buckets support
Link to any related issue(s): INTMDB-299
Type of change:
Required Checklist:
make fmt
and formatted my codeFurther comments