Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/clients/src/api/block/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,10 @@ export class API extends ParentAPI {
)

/**
* Import a snapshot from a Scaleway Object Storage bucket. The bucket must
* contain a QCOW2 image. The bucket can be imported into any Availability
* Zone as long as it is in the same region as the bucket.
* (Deprecated in favor of `ImportSnapshotFromObjectStorage`). Import a
* snapshot from a Scaleway Object Storage bucket The bucket must contain a
* QCOW2 image. The bucket can be imported into any Availability Zone as long
* as it is in the same region as the bucket.
*
* @deprecated
* @param request - The request {@link ImportSnapshotFromS3Request}
Expand Down