docs icon indicating copy to clipboard operation
docs copied to clipboard

disable-multipart flag missing from mc-mv page

Open bh4t opened this issue 3 years ago • 1 comments

Description/ Example for disable-multipart flag is missing from mc-mv page. Following description is mentioned under the mv command on the terminal.

--disable-multipart disable multipart upload

Example:

Move a text file to an object storage and disable multipart upload feature.

  $ mc mv --disable-multipart myobject.txt play/mybucket

bh4t avatar Jul 26 '22 00:07 bh4t

ToDo:

  • Add --disable-multipart to https://docs.min.io/minio/baremetal/reference/minio-mc/mc-mv.html#parameters
  • Thought: We don't currently talk about what multipart uploads are. Link to S3 docs for now?

ravindk89 avatar Jul 26 '22 15:07 ravindk89