Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ rc anonymous list local/bucket
rc anonymous set public local/bucket/public

# Generate download link
rc share download local/bucket/file.txt --expire 24h
rc share local/bucket/file.txt --expire 24h

# View directory tree
rc tree local/bucket -L 3
Expand Down Expand Up @@ -168,7 +168,7 @@ rc admin user list local/
rc admin user add local/ newuser secretpassword

# Create a policy
rc admin policy create local/ readonly --file policy.json
rc admin policy create local/ readonly policy.json

# Attach policy to user
rc admin policy attach local/ readonly --user newuser
Expand Down
Loading