Configuring Connections
On macOS, configuring connections is also possible via the Terminal app.
You'll need to restart OffShoot to apply any changes made with these commands.
Connections are stored in these keys:
S3AwsConnections
S3GenericConnections
A connection is structured using the following JSON format:
Creating a connection
You can create an AWS S3 connection from a JSON file using the structure listed above with the following Terminal command:
The connection's Secret Access Key
is stored in the login Keychain as an Application password item, which you can create with the following command:
Although OffShoot was allowed access when creating the keychain item, permissions must be allowed again. Please let us know if you discover how to fix this issue.
Checking existing AWS S3 locations
Write current S3 connections to a JSON file
(For backing up or editing the JSON file.)
Last updated