ImportSnapshotFromS3Request: {
    bucket: string;
    key: string;
    name: string;
    projectId?: string;
    size?: number;
    tags?: 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.

  • name: string

    Name of the snapshot.

  • OptionalprojectId?: string

    UUID of the Project to which the volume and the snapshot belong.

  • Optionalsize?: number

    Size of the snapshot.

  • Optionaltags?: string[]

    List of tags assigned to the snapshot.

  • Optionalzone?: Zone

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