diff --git a/cryptomator/index.md b/cryptomator/index.md index 4005854d..33bee995 100644 --- a/cryptomator/index.md +++ b/cryptomator/index.md @@ -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. +When renaming a vault the behaviour depends on whether the vault is locked or unlocked: +- Renaming a _locked_ vault will rename the vault folder with no changes to the encrypted contents. +- Renaming an _unlocked_ vault changes it to regular folder with decrypted contents. ## Browser diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index 7765889d..0728ccc5 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -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. @@ -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 back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues. ### Cache Location diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 81dd1873..597555c5 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -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. ``` @@ -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` the *S3 (HTTP) profile* for preconfigured settings. **HTTPS**
+ +The defaut port is `443`. + - {download}`Download` the *S3 (HTTPS) profile* for preconfigured settings. ```` @@ -97,9 +96,15 @@ An incomplete list of known providers that require the use of AWS2 - EMC Elastic Cloud Storage **HTTP**
+ +The defaut port is `80`. + - {download}`Download` the S3 AWS2 Signature Version (HTTP) profile for preconfigured settings. **HTTPS**
+ +The defaut port is `443`. + - {download}`Download` the S3 AWS2 Signature Version (HTTPS) profile for preconfigured settings. ````