This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.AWS.S3.
                            
 
	
		Summary
	
            Returns all the objects in a S3 bucket.
            
		
	Syntax
	public static Task<IList<S3Object>> GetS3Objects(this ICakeContext context, S3Settings settings)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| AsyncStateMachineAttribute | 
						 | 
					
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The cake context. | 
					
					
						| settings | 
						S3Settings | 
						The S3Settings required to download from Amazon S3. | 
					
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | 
						Description | 
					
				
				
					| Task<IList<S3Object>> | 
					 |