Configuring Connections
On macOS, configuring connections is also possible via the Terminal app.
[
{
"path" : "",
"label" : "",
"endpoint" : "https://s3.eu-central-1.amazonaws.com",
"bucket_name" : "bucket-name",
"accessKey" : "ACCESSKEY"
}
]Creating a connection
defaults write nl.syncfactory.Hedge.Mac S3AwsConnections -string "$(cat /path/to/file.json)"

Checking existing AWS S3 locations
Write current S3 connections to a JSON file
Last updated