Please tell me of it's possible to set chunk size through copy command for rclone chunker?
It works great if i set max-chunk size through config file, but i would like to use different chunks size for different files through classic rclone copy command too (not sure if it's possible).
Would something like below work?
rclone copy demo.file chunker-bucket:bucket --chunk-size 1G