I am using "--s3-verisons" option for copy, move. rclone add the versioned data like "-v2023-10-10-183201-000" at the end of filename. but s3 has the 1024 bytes limitation for filename length. If the filename length is 1024 bytes, it cannot be copied or moved. How can I handle it.
Run the command 'rclone version' and share the full output of the command.
I got it. I have other question.
Is there the rclone option for moving versioned files from s3 to s3 which has versioning feature without changing filename?
If I use to copy from s3 to local disk, I might be ok. In my case, s3 doesn't accept the file which has the filename over 1024 bytes. because s3 can have long filename including folder path easily. let me know if you have a idea about transfering the file which has 1024 bytes filename from s3 to s3.