From 13a8906971f8082939dab9d144362d1d1589fac8 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Thu, 9 Nov 2023 19:32:51 +0100 Subject: [PATCH] Add Port information to S3 --- protocols/s3/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protocols/s3/index.md b/protocols/s3/index.md index cfe2bf7c..81dd1873 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -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. ```