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

Allow downloading data without ssl cert verification #43

Closed
gromdimon opened this issue Jan 15, 2024 · 0 comments · Fixed by #44
Closed

Allow downloading data without ssl cert verification #43

gromdimon opened this issue Jan 15, 2024 · 0 comments · Fixed by #44
Assignees

Comments

@gromdimon
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Curently s5cmd validates ssl certs when running ./download-data.sh. However, sometimes we do not want to validate them and for that usecase additional flag --no-verify-ssl should be added to s5cmd command.

Describe the solution you'd like
Configure a NO_VERIFY_SSL=${NO_VERIFY_SSL-0} setting and then depending on this add a S5CMD_NO_VERIFY_SSL_ARG command line variable that is empty when ssl veritifcation is wanted and --no-verify-ssl otherwise.

Describe alternatives you've considered
N/A

Additional context
N/A

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