File tree 2 files changed +4
-2
lines changed
scaleway/scaleway/block/v1alpha1
scaleway-async/scaleway_async/block/v1alpha1 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,8 @@ async def import_snapshot_from_s3(
661
661
size : Optional [int ] = None ,
662
662
) -> Snapshot :
663
663
"""
664
- Import a snapshot from a Scaleway Object Storage bucket.
664
+ (Deprecated in favor of `ImportSnapshotFromObjectStorage`).
665
+ Import a snapshot from a Scaleway Object Storage bucket
665
666
The bucket must contain a QCOW2 image.
666
667
The bucket can be imported into any Availability Zone as long as it is in the same region as the bucket.
667
668
:param bucket: Scaleway Object Storage bucket where the object is stored.
Original file line number Diff line number Diff line change @@ -659,7 +659,8 @@ def import_snapshot_from_s3(
659
659
size : Optional [int ] = None ,
660
660
) -> Snapshot :
661
661
"""
662
- Import a snapshot from a Scaleway Object Storage bucket.
662
+ (Deprecated in favor of `ImportSnapshotFromObjectStorage`).
663
+ Import a snapshot from a Scaleway Object Storage bucket
663
664
The bucket must contain a QCOW2 image.
664
665
The bucket can be imported into any Availability Zone as long as it is in the same region as the bucket.
665
666
:param bucket: Scaleway Object Storage bucket where the object is stored.
You can’t perform that action at this time.
0 commit comments