iDrive e2 S3 Mount returning the following on copy attempts:
Failed to copy: InvalidParameter: 1 validation error(s) found.
minimum field size of 1, HeadObjectInput.Key.
iDrive bucket is encrpyted, and there seems to be a line missing in the config "server_side_encryption = aws:kms
", however, I'm not sure how to add this and am not sure if it is causing the issue.
Run the command 'rclone version' and share the full output of the command.
As you already mentioned server_side_encryption = aws:kms is missing from your rclone config file. This is correct as per iDrive rclone examples. Open file in your favourite text editor and add this to your remote configuretion
If you are using server-side encryption with KMS then you must make sure rclone is configured with server_side_encryption = aws:kms otherwise you will find you can't transfer small objects - these will create checksum errors.
after adding server_side_encryption = aws:kms rclone copy works
your error is different though... so there is more issues.
You guys are absolutely incredible! Thank you so very much! I attempted to download the config via FTP using Filezilla, but it gives me an unrelated error and stopped me from being able to open the ini or reupload. However, you guys were spot on in the server_side_encrypton not being the root cause.
Attempted to use remote:p6f1 and this worked like an absolute charm with 0 errors!
Thank you again so much for your prompt responses, and for helping me with this!
Thank you again! I tried searching through GitHub using iDrive as the search as I thought it may have been a compatibility issue. Then, I somehow directed the attention to searching for the error through Google and on the rclone forum. I think ncw provided a response/solution similar on a post pertaining to a Tencent server, but I think I got lost with all the alias related stuff and seen something about not requiring the bucket name on other posts, so I was pretty much just chasing my tail on something I have a very beginner level understanding of lol. I can't thank you guys enough for the help, and for sharing that github page as well.