Add docs for fargate url (#1352)

This commit is contained in:
Manu Gupta
2019-08-28 11:19:44 -07:00
committed by Aaron Schlesinger
parent 0404b20756
commit f4f3afb4de
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -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]
+2 -2
View File
@@ -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