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

Add Port information to S3 #446

merged 1 commit into from
Nov 10, 2023

Conversation

Cassie205
Copy link
Contributor

No description provided.

@Cassie205 Cassie205 requested a review from tatze96 November 9, 2023 18:33
@Cassie205 Cassie205 linked an issue Nov 9, 2023 that may be closed by this pull request
@tatze96 tatze96 merged commit b8609fd into main Nov 10, 2023
2 checks passed
@tatze96 tatze96 deleted the issue/427 branch November 10, 2023 08:10
@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add note on default port for Amazon S3
3 participants