-
Notifications
You must be signed in to change notification settings - Fork 239
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
Nomad S3 AWS download VPC Endpoint with private DNS Name #480
Comments
Maybe this code helps to support to get this fast as possible
|
Hi @ORuessel and thanks for raising this issue. Nomad imports the go-getter library, and therefore I think this issue should be moved to that repository as a feature enhancement. I've not taken a complete look through the code you've added, but if you want to raise a PR against the repository, please feel free to do so. |
Hi @jrasell thanks you for you fast answer. Do you know any possibility to check the code with a own compiled nomad and go-getter version ? Then i want to raise a PR with a tested code. That it will do the expected thing. |
Hi @ORuessel; if you have both sets of code checked out locally, you can edit Nomads go.mod file to include a replace statement. This statement would point the dependency to your local go-getter code, and would look similar to this current replace statement. |
Hi there,
we use in our AWS and Hybrid environment private Endpoints example URL :
s3://artifact.vpce-0e10d123f4a5e8190-1rbv44qv.s3.eu-west-2.vpce.amazonaws.com/files/test.zip
I receive follow error message:
": MissingRegion: could not find region configuration
After check of the go-getter code maybe we receive this error message because no match of the url based on the logic of the s3_detect code
https://github.com/hashicorp/go-getter/blob/main/detect_s3.go
Is it possible to add a match for the s3 detector to get the region information for this url ?
Thanks for your support
Proposal
Use-cases
Attempted Solutions
The text was updated successfully, but these errors were encountered: