mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Add docs for fargate url (#1352)
This commit is contained in:
committed by
Aaron Schlesinger
parent
0404b20756
commit
f4f3afb4de
@@ -378,6 +378,8 @@ SingleFlightType = "memory"
|
|||||||
|
|
||||||
# conainer relative url (used by fargate) /v2/....
|
# conainer relative url (used by fargate) /v2/....
|
||||||
# If this is present, it will concatenate to CredentialsEndpoint
|
# If this is present, it will concatenate to CredentialsEndpoint
|
||||||
|
# If you are planning to use AWS Fargate, please use http://169.254.170.2 for CredentialsEndpoint
|
||||||
|
# Ref: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v2.html
|
||||||
AwsContainerCredentialsRelativeURI = ""
|
AwsContainerCredentialsRelativeURI = ""
|
||||||
|
|
||||||
[Storage.AzureBlob]
|
[Storage.AzureBlob]
|
||||||
|
|||||||
@@ -171,9 +171,9 @@ After this you can pass your credentials inside `config.toml` file. If the acce
|
|||||||
# Env override: AWS_CREDENTIALS_ENDPOINT
|
# Env override: AWS_CREDENTIALS_ENDPOINT
|
||||||
CredentialsEndpoint = ""
|
CredentialsEndpoint = ""
|
||||||
|
|
||||||
# conainer relative url (used by AWS Fargate) /v2/....
|
|
||||||
# If this is present, it will concatenate to CredentialsEndpoint
|
|
||||||
# Env override: AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
# Env override: AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
||||||
|
# If you are planning to use AWS Fargate, please use http://169.254.170.2 for CredentialsEndpoint
|
||||||
|
# Ref: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v2.html
|
||||||
AwsContainerCredentialsRelativeURI = ""
|
AwsContainerCredentialsRelativeURI = ""
|
||||||
|
|
||||||
## Minio
|
## Minio
|
||||||
|
|||||||
Reference in New Issue
Block a user