We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30814d6 commit d1230b7Copy full SHA for d1230b7
1 file changed
README.md
@@ -104,6 +104,12 @@ rc mirror local/bucket1/ local/bucket2/
104
# Find objects
105
rc find local/bucket --name "*.txt" --newer 1d
106
107
+# List anonymous access rules
108
+rc anonymous list local/bucket
109
+
110
+# Set anonymous access level
111
+rc anonymous set public local/bucket/public
112
113
# Generate download link
114
rc share download local/bucket/file.txt --expire 24h
115
@@ -165,6 +171,7 @@ rc admin heal status local --json
165
171
| `head` | Display first N lines of object |
166
172
| `stat` | Display object metadata |
167
173
| `find` | Find objects |
174
+| `anonymous` | Manage anonymous access to buckets and objects |
168
175
| `diff` | Compare two locations |
169
176
| `mirror` | Mirror sync between S3 locations |
170
177
| `tree` | Tree view display |
0 commit comments