Skip to content

dt blob set-acl

Overview

Set ACL on a blob or directory

Synopsis

dt blob set-acl [OPTIONS] <path> 

Options

  • -g, --groups=<groups>
    List of groups: group1:rw,group2:rw,...

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

  • -u, --users=<users>
    List of users: user1:rw,user2:rw,...

Arguments

  • path (required)
    Type: String
    Path to blob or namespace

Examples

Set ACL on a directory

dt blob set-acl blob://{BLOB_STORAGE_PREFIX}datatailr-user-data/mydir -u admin:rw -g devs:r

Set ACL on a file

dt blob set-acl blob://{BLOB_STORAGE_PREFIX}datatailr-user-data/myfile.txt -u admin:rw

SEE ALSO

← Back to dt blob