|
1 | 1 | Connection Profiles
|
2 | 2 | ====
|
3 | 3 |
|
4 |
| -[Connection profiles](../cyberduck/connection.md#connection-profiles) (`.cyberduckprofile`) are documents describing connection settings for a hosting provider. |
| 4 | +[Connection profiles](../../cyberduck/connection.md#connection-profiles) (`.cyberduckprofile`) are documents describing connection settings for a hosting provider. |
5 | 5 |
|
6 | 6 | ```{note}
|
7 | 7 | All connection profiles are available through the *Preferences → Profiles* tab.
|
8 | 8 | ```
|
9 | 9 |
|
10 |
| -- [Third-Party S3 providers](s3/index.md#third-party-providers) |
11 |
| -- [OpenStack Providers](openstack/index.md#third-party-providers) |
| 10 | +- [Third-Party S3 providers](../s3/index.md#third-party-providers) |
| 11 | +- [OpenStack Providers](../openstack/index.md#third-party-providers) |
12 | 12 |
|
13 | 13 | ## Installation
|
14 | 14 | Connection profiles can be activated by either installing the file by double clicking a `.cyberduckprofile` file to open and register or enabling in _Preferences → Profiles_.
|
@@ -43,12 +43,15 @@ The value of `Vendor` must be unique among all installed connection profiles.
|
43 | 43 | - `Anonymous Configurable` Boolean if anonymous access is configurable.
|
44 | 44 | - `Path Configurable` Boolean if default path is configurable.
|
45 | 45 | - `Certificate Configurable` Boolean if client certificate is configurable.
|
46 |
| -- `Region` Region name to limit listing containers of a specific region only for [OpenStack Swift](openstack/index.md) and [S3](s3/index.md) profiles. For S3, this value is used for AWS4 signatures when no location can be deferred from the URI for third-party S3 providers. |
47 |
| -- `Regions` List of regions supported by the provider. This will populate options in the *Regions* dropdown when creating a new [top level folder](s3/index.md#creating-a-bucket) for [S3](s3/index.md) and [OpenStack Swift](openstack/swiftstack.md) connections. |
| 46 | +- `Region` Region name to limit listing containers of a specific region only for [OpenStack Swift](../openstack/index.md) and [S3](../s3/index.md) profiles. For S3, this value is used for AWS4 signatures when no location can be deferred from the URI for third-party S3 providers. |
| 47 | +- `Regions` List of regions supported by the provider. This will populate options in the *Regions* dropdown when creating a new [top level folder](../s3/index.md#creating-a-bucket) for [S3](../s3/index.md) and [OpenStack Swift](../openstack/swiftstack.md) connections. |
48 | 48 | - `OAuth Client ID` For protocols using OAuth 2.0 you can override the registered application client ID with the provider.
|
49 | 49 | - `OAuth Client Secret` For protocols using OAuth 2.0 you can override the registered application client secret with the provider.
|
| 50 | +```{note} |
| 51 | +Refer to [Custom OAuth 2.0 Client ID for Google Cloud Storage and Google Drive](google_client_id.md). |
| 52 | +``` |
50 | 53 | - `Authorization` Set to `AWS2` to default to AWS2 signature authentication for S3. Default is `AWS4HMACSHA256`.
|
51 |
| -- `Properties` List of custom protocol-specific properties. You can set [hidden configuration options](../cyberduck/preferences.md#hidden-configuration-options) for a specific connection profile. Example usages can be found in: |
| 54 | +- `Properties` List of custom protocol-specific properties. You can set [hidden configuration options](../../cyberduck/preferences.md#hidden-configuration-options) for a specific connection profile. Example usages can be found in: |
52 | 55 | * [FTP (Compatibility Mode).cyberduckprofile](https://github.com/iterate-ch/cyberduck/blob/master/profiles/FTP%20(Compatibility%20Mode).cyberduckprofile)
|
53 | 56 | * [FTP-SSL (Compatibility Mode).cyberduckprofile](https://github.com/iterate-ch/cyberduck/blob/master/profiles/FTP-SSL%20(Compatibility%20Mode).cyberduckprofile)
|
54 | 57 | * [S3 (Deprecated path style requests).cyberduckprofile](https://github.com/iterate-ch/cyberduck/blob/master/profiles/S3%20(Deprecated%20path%20style%20requests).cyberduckprofile)
|
|
0 commit comments