You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/amazons3.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,10 @@ If the access credentials are not found in the above file, Nextflow looks for AW
46
46
1. The `nextflow.config` file in the pipeline execution directory
47
47
2. The environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
48
48
3. The environment variables `AWS_ACCESS_KEY` and `AWS_SECRET_KEY`
49
-
4. A profile in the AWS credentials file located at `~/.aws/credentials` (uses the environment variable `AWS_PROFILE` if set, otherwise the `default` profile)
50
-
5. A profile in the AWS client configuration file located at `~/.aws/config` (uses the environment variable `AWS_PROFILE` if set, otherwise the `default` profile)
49
+
4. The profile in the AWS credentials file located at `~/.aws/credentials`
50
+
- Uses the `default `profile or the environment variable `AWS_PROFILE` if set
51
+
5. The profile in the AWS client configuration file located at `~/.aws/config`
52
+
- Uses the `default `profile or the environment variable `AWS_PROFILE` if set
51
53
6. The temporary AWS credentials provided by an IAM instance role. See [IAM Roles](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html) documentation for details.
52
54
53
55
More information regarding [AWS Security Credentials](http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html) are available in the AWS documentation.
0 commit comments