Skip to content

Fix: added newline so that bullet points can render properly #2089

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/tutorials/how-to-use-amundsen-with-aws-neptune.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ The NeptuneConfig requires a few environment variables to be set these are:
* `S3_BUCKET_NAME`- The location where the proxy can upload S3 files for bulk uploader

In addition to the Config parameters above:

* `IGNORE_NEPTUNE_SHARD` environment variable must be set to 'True' if you are using the default databuilder integration.
* `STS_ENDPOINT` can also be set if the default endpoint does not work for your environment. For example: `https://sts.ap-southeast-1.amazonaws.com`. Refer to [AWS Documentation](https://docs.aws.amazon.com/general/latest/gr/sts.html) for a full list of STS endpoints.