ExportSnapshotToObjectStorageRequest: {
    bucket: string;
    key: string;
    snapshotId: string;
    zone?: Zone;
}

Type declaration

  • bucket: string

    Scaleway Object Storage bucket where the object is stored.

  • key: string

    The object key inside the given bucket.

  • snapshotId: string

    UUID of the snapshot.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.