Skip to content

Commit

Permalink
Fix earlier PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 committed Nov 13, 2023
1 parent 033a580 commit f29a213
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 3 additions & 1 deletion cryptomator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ File transfers require you to unlock the vault again unless you have chosen to s

### Renaming

Make sure that the vault is locked before it gets renamed. Otherwise the vault will be changed to a normal folder. Using [Smart Synchronization](../mountainduck/connect/sync.md) mode an additional vault with the original name will appear.
The expected behavior for renaming vaults is:
- Renaming locked vaults: The vault gets renamed correctly.
- Renaming unlocked vaults: The vault gets changed to a normal folder with the new name. The vaults content will be shown decrypted in the folder.

## Browser

Expand Down
9 changes: 3 additions & 6 deletions mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ Enable to prevent conflicting edits when accessing documents from a shared envir

### Mount Location

```{admonition}
:class: tip
```{attention}
Only available on macOS using the standalone version.
The setting is not available in the App Store version.
```

Volumes are mounted in the *Volumes* folder in the [application support directory](support.md). You can change the default to another folder that is writable.
Expand All @@ -55,9 +54,7 @@ Volumes are mounted in the *Volumes* folder in the [application support director

The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`.

```{attention}
Switching to the App Store version will cause permission issues if you customized the mount location.
```
**Note:** Make sure to change the mount location pack to default before using the App Store version of Mountain Duck.

### Cache Location

Expand Down
17 changes: 11 additions & 6 deletions protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ Transfer files to your [S3](http://aws.amazon.com/s3) account and browse the S3

You must obtain the login credentials (Access Key ID and Secret Access Key) of your [Amazon Web Services Account](http://aws.amazon.com/account/) from the [*AWS Access Identifiers page*](https://console.aws.amazon.com/iam/home?#security_credential). Enter the *Access Key ID* and *Secret Access Key* in the login prompt.

The default ports are:
- HTTPS: 443
- HTTP: 80

Unless you configured a custom port make sure to stick to the default ports to avoid connection failures.

```{note}
All connection profiles are available through the *Preferences → Profiles* tab.
```
Expand All @@ -82,9 +76,14 @@ It is discouraged to enable this option to connect plaintext to Amazon S3.
If you have an S3 installation without SSL configured, you need an optional connection profile to connect using HTTP only without transport layer security. You will then have the added option S3 (HTTP) in the protocol dropdown selection in the [Connection](../../cyberduck/connection) and [Bookmark](../../cyberduck/bookmarks) panels.
The default port is `80`.
* {download}`Download<https://profiles.cyberduck.io/S3%20(HTTP).cyberduckprofile>` the *S3 (HTTP) profile* for preconfigured settings.
**HTTPS**</br>
The defaut port is `443`.
- {download}`Download<https://profiles.cyberduck.io/S3%20(HTTPS).cyberduckprofile>` the *S3 (HTTPS) profile* for preconfigured settings.
````
Expand All @@ -97,9 +96,15 @@ An incomplete list of known providers that require the use of AWS2
- EMC Elastic Cloud Storage
**HTTP**</br>
The defaut port is `80`.
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTP).cyberduckprofile>` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings.
**HTTPS**</br>
The defaut port is `443`.
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTPS).cyberduckprofile>` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings.
````
Expand Down

0 comments on commit f29a213

Please sign in to comment.