Skip to content

dt blob put

Overview

Put a file in the blob storage with the specified content from stdin (send EOF (Ctrl+D) to end input)

Synopsis

dt blob put [OPTIONS] <destination_file> 

Options

  • -g, --groups=<groups>
    List of groups to add to the blob's acl of the form: group1:rw,group2:rw,...

  • -o, --others=<others>
    Permissions for everybody

  • -u, --users=<users>
    List of users to add to the blob's acl of the form: user1:rw,user2:rw,...

Arguments

  • destination_file (required)
    Type: String
    The bucket name followed by the destination file name mybucket/myfile

Examples

Put a file in the blob storage with specified content

dt blob put blob://mybucket/myfile

SEE ALSO

← Back to dt blob