Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Feb 1, 2024
1 parent 47591c0 commit 62406f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/profiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ All additional schemes are registered as a scheme handler when opening [Mountain
- `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.
- `OAuth Client ID` For protocols using OAuth 2.0 you can override the registered application client ID with the provider.
- `OAuth Client Secret` For protocols using OAuth 2.0 you can override the registered application client secret with the provider. Refer to [Custom OAuth 2.0 Client ID for Google Cloud Storage and Google Drive](google_client_id.md).
* A profile can define an empty OAuth Client Secret key. The OAuth authorization flow will then use no client secret in client parameters to authenticate with the server.
* A profile can omit the OAuth Client ID and Secret to prompt the user for manual input when connecting.
* A profile can define an empty value for `OAuth Client Secret`. The OAuth authorization flow will then use no client secret in client parameters to authenticate with the server.
* A profile can omit the `OAuth Client ID` and/or `OAuth Client Secret` keys to prompt the user for manual input when connecting.
- `Authorization` Set to `AWS2` to default to AWS2 signature authentication for S3. Default is `AWS4HMACSHA256`.
- `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:
* [FTP (Compatibility Mode).cyberduckprofile](https://github.com/iterate-ch/profiles/blob/master/FTP%20(Compatibility%20Mode).cyberduckprofile)
Expand Down

0 comments on commit 62406f0

Please sign in to comment.