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

Add Port information to S3 #446

Merged
merged 1 commit into from
Nov 10, 2023
Merged
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
6 changes: 6 additions & 0 deletions protocols/s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using HTTP connection only works when using optional S3 (HTTP) connection profile. Using the Amazon S3 default connection profile the connection is always secured with TLS.


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