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

storage/s3: Fix proxy with no-verify-ssl flag #457

Merged

Conversation

boraberke
Copy link
Contributor

This change fixes the problem where proxy is ignored when no-verify-ssl flag is used.

  • Test environment is created to test proxy support: proxy_fake.go is added.

Fixes #445

This change fixes the problem where proxy is ignored when no-verify-ssl flag is used.

- Test environment is created to test proxy support: proxy_fake.go is added.

Fixes peak#445
@boraberke boraberke requested a review from a team as a code owner July 4, 2022 10:40
@boraberke boraberke requested review from igungor and ilkinulas and removed request for a team July 4, 2022 10:40
boraberke and others added 9 commits July 4, 2022 13:50
Changed t.Setenv to os.Setenv as t.Setenv is not supported in go version 1.16.x
This change fixes the problem where proxy is ignored when no-verify-ssl flag is used.

- Test environment is created to test proxy support: proxy_fake.go is added.

Fixes peak#445
Changed t.Setenv to os.Setenv as t.Setenv is not supported in go version 1.16.x
…com:boraberke/s5cmd into fix-proxy-when-used-with-no-verify-ssl-flag
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/s3_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/app_test.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/proxy_fake.go Outdated Show resolved Hide resolved
e2e/app_test.go Outdated Show resolved Hide resolved
e2e/app_test.go Outdated Show resolved Hide resolved
Copy link
Member

@igungor igungor left a comment

Choose a reason for hiding this comment

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

Looks good!

@igungor igungor merged commit c01c5a2 into peak:master Jul 20, 2022
@boraberke boraberke deleted the fix-proxy-when-used-with-no-verify-ssl-flag branch July 27, 2022 10:36
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.

s5cmd Doesn't respect proxy environment variables
3 participants