Skip to content

Blobs

ubiops blobs

Command: ubiops blobs


ubiops blobs list

Command: ubiops blobs list

Description:

List blobs in project.

Arguments: -

Options:

  • -fmt/--format
    The output format


ubiops blobs create

Command: ubiops blobs create

Description:

Upload a new blob.

Arguments: -

Options:

  • [required] -f/--input_path
    Path to file

  • -ttl/--time_to_live
    The time to live of the blob in seconds (default = 259200 seconds, 3 days)

  • -pb/--progress_bar
    Whether the show a progress bar while uploading

  • -fmt/--format
    The output format


ubiops blobs get

Command: ubiops blobs get

Description:

Download an existing blob.

Arguments:

  • [required] blob_id

Options:

  • -o/--output_path
    Path to file or directory to store blob

  • -q/--quiet
    Suppress informational messages


ubiops blobs update

Command: ubiops blobs update

Description:

Update an existing blob by uploading a new file.

Arguments:

  • [required] blob_id

Options:

  • [required] -f/--input_path
    Path to file

  • -ttl/--time_to_live
    The time to live of the blob in seconds (default = 259200 seconds, 3 days)

  • -pb/--progress_bar
    Whether the show a progress bar while uploading

  • -q/--quiet
    Suppress informational messages


ubiops blobs delete

Command: ubiops blobs delete

Description:

Delete a blob.

Arguments:

  • [required] blob_id

Options:

  • -y/--assume_yes
    Assume yes instead of asking for confirmation

  • -q/--quiet
    Suppress informational messages