Skip to content

Support for non standard ports#473

Open
deeNewearth wants to merge 4 commits intoTTLabs:masterfrom
deeNewearth:fixPort
Open

Support for non standard ports#473
deeNewearth wants to merge 4 commits intoTTLabs:masterfrom
deeNewearth:fixPort

Conversation

@deeNewearth
Copy link
Copy Markdown

Some time S3 clones (like minio) is running on custom ports. This fix allows us to specify the port in AWS URL

Copy link
Copy Markdown
Collaborator

@jakubzitny jakubzitny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems okay, leaving few nits.

Comment thread README.md
and control over pausing / resuming the upload.

## This branch allows to use Custom port for S3 endpoint

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get rid of this comment? If merged, it seems unnecessary

Comment thread evaporate.js

if (!!port && 80 != port && 443 != port) {
this.awsHost += (':' + port );
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you could align the tabs/padding that would be great.

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.

2 participants