Hi,
if I use S3Drive storage and enable end-to-end encryption in the desktop app, how can I access it using an rclone remote? Where do I enter the end-to-end encryption password? Or does this only work through the S3Drive desktop app or S3Drive web app?
I created it based on this Rclone template:[s3drive_remote]
type = s3
provider = Other
access_key_id = <access_key_id>
secret_access_key = <secret_access_key>
endpoint = <endpoint>
region = <region>
[s3drive_crypt]
type = crypt
filename_encoding = base64
remote = s3drive_remote:<bucket_name>
password = <obscuredPassword>
filename_encryption = standard
directory_name_encryption = true
suffix = none