Skip to content

Commit b726302

Browse files
authored
feat(block): add size to importS3 message (#1948)
1 parent 442bb3b commit b726302

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ type ImportSnapshotFromS3Request struct {
573573
ProjectID string `json:"project_id"`
574574

575575
Tags []string `json:"tags"`
576+
577+
Size *scw.Size `json:"size,omitempty"`
576578
}
577579

578580
// ListSnapshotsRequest: list snapshots request.

0 commit comments

Comments
 (0)