Skip to content

Commit 006c59e

Browse files
authored
docs(block): change documentation for ImportSnapshotFromS3 (#2153)
1 parent 3b0b315 commit 006c59e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,8 @@ func (s *API) CreateSnapshot(req *CreateSnapshotRequest, opts ...scw.RequestOpti
12351235
return &resp, nil
12361236
}
12371237

1238-
// Deprecated: ImportSnapshotFromS3: The bucket must contain a QCOW2 image.
1238+
// Deprecated: ImportSnapshotFromS3: Import a snapshot from a Scaleway Object Storage bucket
1239+
// The bucket must contain a QCOW2 image.
12391240
// The bucket can be imported into any Availability Zone as long as it is in the same region as the bucket.
12401241
func (s *API) ImportSnapshotFromS3(req *ImportSnapshotFromS3Request, opts ...scw.RequestOption) (*Snapshot, error) {
12411242
var err error

0 commit comments

Comments
 (0)