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
	
            Specifies the name of the load balancer.
            
		
	Syntax
	public static T SetBucketName<T>(this T settings, string name) where T : S3Settings
	Type Parameters
		
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| settings | T | The S3 settings. | 
					
						| name | string | The name of the S3 bucket. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| T | The same S3Settingsinstance so that multiple calls can be chained. |