This repository was archived by the owner on Feb 14, 2020. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 88[profile {{ profile }}]
99{%      endif  %} 
1010{%      for  parameter , value  in  awscli_configuration [ config  ].iteritems () | sort  %} 
11+ {%        if  value  is  mapping  %} 
12+ {{ parameter }} =
13+ {%          for  nested_parameter , nested_value  in  value .iteritems () | sort  %} 
14+     {{ nested_parameter }} = {{ nested_value }}
15+ {%          endfor  %} 
16+ {%        else  %} 
1117{{ parameter }}={{ value }}
18+ {%        endif %} 
1219{%      endfor  %} 
1320{%    endfor  %} 
1421{%   endif  %} 
Original file line number Diff line number Diff line change 33[default]
44output=json
55region=us-west-2
6+ s3 =
7+     max_concurrent_requests = 3
68
79[profile user2]
810output=text
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ awscli_configuration:
99  default :
1010    region : us-west-2 
1111    output : json 
12+     s3 :
13+       max_concurrent_requests : 3 
1214  conf_east1_text :
1315    region : us-east-1 
1416    output : text 
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ awscli_configuration:
99  default :
1010    region : us-west-2 
1111    output : json 
12+     s3 :
13+       max_concurrent_requests : 3 
1214  conf_east1_text :
1315    region : us-east-1 
1416    output : text 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments