คุณสามารถลองไคลเอนต์ minioหรือที่รู้จักว่า "mc" mc มีเครื่องมือน้อยที่สุดในการทำงานกับที่เก็บข้อมูลบนคลาวด์ที่เข้ากันได้กับ Amazon S3 และระบบไฟล์
mc ใช้คำสั่งต่อไปนี้
ls List files and folders.
mb Make a bucket or folder.
cat Display contents of a file.
pipe Write contents of stdin to one or more targets. When no target is specified, it writes to stdout.
share Generate URL for sharing.
cp Copy one or more objects to a target.
mirror Mirror folders recursively from a single source to many destinations.
diff Compute differences between two folders.
rm Remove file or bucket [WARNING: Use with care].
access Manage bucket access permissions.
session Manage saved sessions of cp and mirror operations.
config Manage configuration file.
update Check for a new software update.
version Print version.
คุณสามารถใช้คำสั่งมิเรอร์เพื่อดำเนินการของคุณ "localdir" เป็นไดเรกทอรีในเครื่อง & S3 [นามแฝงสำหรับ Amazon S3] และชื่อ "remoteDir" ของที่เก็บข้อมูลของคุณใน S3
$ mc mirror localdir/ S3/remoteDir
คุณยังสามารถเขียน cronjob ได้เช่นเดียวกัน นอกจากนี้ในกรณีที่เครือข่ายไม่พอใจคุณสามารถใช้ "$ mc session" เพื่อเริ่มการอัปโหลดจากเวลานั้น
PS: ฉันมีส่วนร่วมในโครงการ minio และยินดีที่จะรับข้อเสนอแนะและความช่วยเหลือของคุณ หวังว่ามันจะช่วย