-
Notifications
You must be signed in to change notification settings - Fork 316
Add reference page for mc du
#783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -30,7 +30,7 @@ This command supports only global flags | |||
.. start-minio-mc-s3-compatibility | |||
|
|||
The :program:`mc` commandline tool is built for compatibility with the AWS S3 | |||
API and is tested MinIO and AWS S3 for expected functionality and behavior. | |||
API and is tested with MinIO and AWS S3 for expected functionality and behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drive-by typo fix
@@ -1,6 +1,6 @@ | |||
.. start-rewind-desc | |||
|
|||
*Optional* Directs |command| to operate only on the object version(s) that | |||
Directs |command| to operate only on the object version(s) that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the manually formatted *Optional*
from rewind and versions so it can be done with :optional:
in the place this content is included.
Other includes have the same issue, but these two are the ones my new page uses.
@@ -42,7 +42,7 @@ results as the ``ls`` command. | |||
|
|||
mc ls --recursive --versions myminio/mydata | |||
|
|||
The output resembles the following:: | |||
The output resembles the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another opportunistic typo fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM mod nit!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still LGTM with one more nit :D
Co-authored-by: Ravind Kumar <ravind@min.io>
We should warn as the amount of data gets big, |
That would be helpful for folks less accustomed to the OS versions of Update: I added a general comment about execution time. There are so many possible considerations, after all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestions to remove some links so it's not a sea of blue fields when reading.
One additional drive-by typo I noticed that could be fixed with this PR.
Otherwise, LGTM! Great work on this one!
Create a new reference page for
mc du
and link it in the list ofmc
commands.Staged:
http://192.241.195.202:9000/staging/DOCS-764/linux/html/reference/minio-mc/mc-du.html
Includes drive-by fixes to make the Optional notations appear in a more consistent manner. (Including several otherwise unrelated pages.) There's more opportunistic fixes here than I might normally do in the same PR, but seemed better to get it over with.
Fixes #764