Skip to content

What is the default port for S3 connection? #1994

@NJ261

Description

@NJ261

I am wondering which port is being used by S3 for the connections? Is it HTTPS 443? Is there a way to change it to the custom port? Thanks!

Sample code

var client = new AmazonS3Client(accessKey, secretKey, RegionEndpoint.GetBySystemName(selectedRegion))
var buckets = client.ListBuckets().Buckets;

Environment
SDK Version: AWSSDK.Core 3.7.6
Package Version: AWSSDK.S3 3.7.7.14

Metadata

Metadata

Assignees

No one assigned

    Labels

    guidanceQuestion that needs advice or information.s3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions