diff --git a/doc/book/connect/cli.md b/doc/book/connect/cli.md index 9b74bb5d..591ac151 100644 --- a/doc/book/connect/cli.md +++ b/doc/book/connect/cli.md @@ -202,56 +202,11 @@ See its usage output for other commands available. ## Cyberduck & duck {#cyberduck} Both Cyberduck (the GUI) and duck (the CLI) have a concept of "Connection Profiles" that contain some presets for a specific provider. -We wrote the following connection profile for Garage: -```xml - - - - - Protocol - s3 - Vendor - garage - Scheme - https - Description - GarageS3 - Default Hostname - 127.0.0.1 - Default Port - 4443 - Hostname Configurable - - Port Configurable - - Username Configurable - - Username Placeholder - Access Key ID (GK...) - Password Placeholder - Secret Key - Properties - - s3service.disable-dns-buckets=true - - Region - garage - Regions - - garage - - - -``` - -*Note: If your garage instance is configured with vhost access style, you can remove `s3service.disable-dns-buckets=true`.* - -### Instructions for the GUI - -Copy the connection profile, and save it anywhere as `garage.cyberduckprofile`. -Then find this file with your file explorer and double click on it: Cyberduck will open a connection wizard for this profile. -Simply follow the wizard and you should be done! +Within Cyberduck, a +[Garage connection profile](https://docs.cyberduck.io/protocols/s3/garage/) is +available within the `Preferences -> Profiles` section. This can enabled and +then connections to Garage may be configured. ### Instuctions for the CLI