add comment about AWS_SECURITY_TOKEN
This commit is contained in:
		
							parent
							
								
									a88995290c
								
							
						
					
					
						commit
						e7734281c3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -24,7 +24,7 @@ fn getEnvironmentCredentials(allocator: std.mem.Allocator) !?auth.Credentials { | |||
|         (try getEnvironmentVariable(allocator, "AWS_ACCESS_KEY_ID")) orelse return null, | ||||
|         mutable_key, | ||||
|         (try getEnvironmentVariable(allocator, "AWS_SESSION_TOKEN")) orelse | ||||
|             try getEnvironmentVariable(allocator, "AWS_SECURITY_TOKEN"), | ||||
|             try getEnvironmentVariable(allocator, "AWS_SECURITY_TOKEN"), // Security token is backward compat only | ||||
|     ); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue