Skip to content

Commit

Permalink
Merge pull request #446 from iterate-ch/issue/427
Browse files Browse the repository at this point in the history
Add Port information to S3
  • Loading branch information
tatze96 authored Nov 10, 2023
2 parents 604cec0 + 13a8906 commit b8609fd
Showing 1 changed file with 6 additions and 0 deletions.
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

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

0 comments on commit b8609fd

Please sign in to comment.