mirror of
				https://github.com/minio/minio.git
				synced 2025-10-30 00:05:02 -04:00 
			
		
		
		
	Updated 'aws s3 ls' example in README.md to include s3:// (which is apparently needed for other 'aws s3' commands such as 'cp' or 'rm')
This commit is contained in:
		
							parent
							
								
									68a25aa425
								
							
						
					
					
						commit
						dd4c08cd79
					
				| @ -151,7 +151,7 @@ $ aws --endpoint-url http://localhost:9000 s3 ls | |||||||
| 
 | 
 | ||||||
| To list contents inside bucket. | To list contents inside bucket. | ||||||
| ``` | ``` | ||||||
| $ aws --endpoint-url http://localhost:9000 s3 ls testbucket | $ aws --endpoint-url http://localhost:9000 s3 ls s3://testbucket | ||||||
|                            PRE test/ |                            PRE test/ | ||||||
| 2015-12-17 08:46:41   12232928 vim | 2015-12-17 08:46:41   12232928 vim | ||||||
| 2016-01-07 16:38:23   32232928 emacs | 2016-01-07 16:38:23   32232928 emacs | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user