Skip to content

Commit 21139b8

Browse files
authored
Merge pull request #449 from iterate-ch/fix/3
Fix earlier PRs
2 parents 033a580 + b9824ff commit 21139b8

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

cryptomator/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ File transfers require you to unlock the vault again unless you have chosen to s
143143

144144
### Renaming
145145

146-
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.
146+
When renaming a vault the behaviour depends on whether the vault is locked or unlocked:
147+
- Renaming a _locked_ vault will rename the vault folder with no changes to the encrypted contents.
148+
- Renaming an _unlocked_ vault changes it to regular folder with decrypted contents.
147149

148150
## Browser
149151

mountainduck/preferences.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ Enable to prevent conflicting edits when accessing documents from a shared envir
4343

4444
### Mount Location
4545

46-
```{admonition}
47-
:class: tip
46+
```{attention}
4847
49-
Only available on macOS using the standalone version.
48+
The setting is not available in the App Store version.
5049
```
5150

5251
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.
@@ -55,9 +54,7 @@ Volumes are mounted in the *Volumes* folder in the [application support director
5554

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

58-
```{attention}
59-
Switching to the App Store version will cause permission issues if you customized the mount location.
60-
```
57+
**Note:** Make sure to change the mount location back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues.
6158

6259
### Cache Location
6360

protocols/s3/index.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ Transfer files to your [S3](http://aws.amazon.com/s3) account and browse the S3
5151

5252
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.
5353

54-
The default ports are:
55-
- HTTPS: 443
56-
- HTTP: 80
57-
58-
Unless you configured a custom port make sure to stick to the default ports to avoid connection failures.
59-
6054
```{note}
6155
All connection profiles are available through the *Preferences → Profiles* tab.
6256
```
@@ -82,9 +76,14 @@ It is discouraged to enable this option to connect plaintext to Amazon S3.
8276
8377
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.
8478
79+
The default port is `80`.
80+
8581
* {download}`Download<https://profiles.cyberduck.io/S3%20(HTTP).cyberduckprofile>` the *S3 (HTTP) profile* for preconfigured settings.
8682
8783
**HTTPS**</br>
84+
85+
The defaut port is `443`.
86+
8887
- {download}`Download<https://profiles.cyberduck.io/S3%20(HTTPS).cyberduckprofile>` the *S3 (HTTPS) profile* for preconfigured settings.
8988
````
9089
@@ -97,9 +96,15 @@ An incomplete list of known providers that require the use of AWS2
9796
- EMC Elastic Cloud Storage
9897
9998
**HTTP**</br>
99+
100+
The defaut port is `80`.
101+
100102
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTP).cyberduckprofile>` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings.
101103
102104
**HTTPS**</br>
105+
106+
The defaut port is `443`.
107+
103108
- {download}`Download<https://profiles.cyberduck.io/S3%20AWS2%20Signature%20Version%20(HTTPS).cyberduckprofile>` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings.
104109
````
105110

0 commit comments

Comments
 (0)