You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocols/s3/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ Transfer files to your [S3](http://aws.amazon.com/s3) account and browse the S3
51
51
52
52
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.
53
53
54
+
The default ports are:
55
+
- HTTPS: 443
56
+
- HTTP: 80
57
+
58
+
Unless you configured a custom port make sure to stick to the default ports to avoid connection failures.
59
+
54
60
```{note}
55
61
All connection profiles are available through the *Preferences → Profiles* tab.
0 commit comments