2 Commits

View File

@@ -14,12 +14,13 @@ secret_access_key = $MINIO_APPLICATION_KEY
endpoint = $MINIO_ENDPOINT
region = $MINIO_LOCATION
acl = private
no_check_bucket = true
EOF
case $1 in
copy)
echo "copy from $2 to $3"
rclone copy --progress --skip-existing $2 myminio:$3
rclone copy --progress $2 $3
;;
list)
echo "list $2"