Configuration (config.toml)
Location
export R2DROP_HOME=/path/to/custom/dirExample config.toml
active_account = "Work Account"
[[accounts]]
name = "Work Account"
account_id = "0123456789abcdef0123456789abcdef"
bucket = "my-r2-bucket"
path = "uploads"
custom_domain = "cdn.example.com"
token_id = "11111111-2222-3333-4444-555555555555"
[[accounts]]
name = "Personal"
account_id = "abcdef0123456789abcdef0123456789"
bucket = "personal-assets"
path = ""
custom_domain = ""
token_id = "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
[preferences]
concurrent_uploads = 4
chunk_size_mb = 8
launch_at_login = false
hide_dock_icon = false
play_sound = true
follow_symlinks = false
max_log_files = 5
max_log_file_size_mb = 10Account Fields
Field
Required
Description
Preferences
Key
Type
Default
Description
Other Local Files
File
Description
Editing Manually
Last updated