Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix earlier PRs #449

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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

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 back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues.

### 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
Loading