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

[DM-40192] Explicitly pass in S3 endpoint #114

Merged
merged 2 commits into from
Aug 3, 2023
Merged

[DM-40192] Explicitly pass in S3 endpoint #114

merged 2 commits into from
Aug 3, 2023

Conversation

cbanek
Copy link
Contributor

@cbanek cbanek commented Aug 3, 2023

Apparently with boto the automatic and using environment variables for the S3_ENDPOINT_URL only works and configures itself if you are using aws. Since for our case we're using our own S3, we need to pass it in when constructing the client.

Also, fix an unneeded dependency on the test_links_errors_s3 test.

Apparently with boto the automatic and using environment variables
for the S3_ENDPOINT_URL only works and configures itself if you
are using aws.  Since for our case we're using our own S3, we
need to pass it in when constructing the client.

Also, fix an unneeded dependency on the test_links_errors_s3 test.
@cbanek cbanek requested a review from rra August 3, 2023 02:37
@cbanek cbanek merged commit 741ac85 into main Aug 3, 2023
3 checks passed
@cbanek cbanek deleted the tickets/DM-40192 branch August 3, 2023 20:47
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