Can you work with 2 separate Amazon accounts on one system?

Just curious…
Could I add a second Amazon drive in the config and have it work without conflict? Just curious…

Yes, it should work without any issue.

Just use unionfs-fuse to merge them into one seamless directory

( As jpat0000 has already said, yes, here’s just an explanation of why :slight_smile: )

Assuming you configured each drive with a unique name in the rclone config then they should be considered ‘different drives’ even if they both access the same service.

Each drive would then be configured with their own names, details and security as separate entries in the config.

If you want to see an example of it, configure one or both drives and then open the .rclone.conf file in a text editor to see how the configurations produce separate entries.