Show / Hide Table of Contents

BucketSet

[DEPRECATED] Upload a new file, folder or string to a bucket

Unix

 qarnot bucket set

Windows

 qarnot.exe bucket set

USAGE:

Send 2 folder to a bucket folder:

  • qarnot bucket set --local-folder ./folder1 ./folder2 --name Bucket-name

Send 2 file to a bucket folder:

  • qarnot bucket set --local-file ./folder/file1 ./folder/file2 --name Bucket-name

Send a string to a bucket file:

  • qarnot bucket set --bucket-path /folder/path/name.txt --name Bucket-name --string "string to send"

Logging errors (missing name):

  • qarnot bucket set

Flags:

   -l, --local-folder      (Group: send) List of folders to send.

  -f, --local-file        (Group: send) List of files to send.

  -b, --bucket-path       Bucket path must be set for a string.(default:root path)(need to be a file if string set, else, need to be a folder)

  -s, --string            (Group: send) String to send to a bucket.

  --token                 Connection API Token.

  --unsafe-ssl            Don't check the ssl certificate.

  --api-ca-certificate    Path of your custom Ssl certificate.

  -v, --verbose           Set the max verbose messages.

  -q, --quiet             Set no verbose messages.

  --no-color              Remove the color on the console.

  --format                Change the result format. (format available: TABLE, JSON)(Default TABLE)

  -h, --human-readable    Print sizes in human readable format (e.g., 1K 234M 2G).

  -n, --name              Required. Name of the bucket to get.

  --help                  Display this help screen.

  --version               Display version information.


Version: qarnot-9999.9999.9999.9999-e3931ea-2023-09-19T07:58:19Z-.NET6.0.22
Copyright: Copyright (C) 2023 Qarnot computing

In this article
Back to top Generated by DocFX