What is the replacement for setChunkedEncodingDisabled? #5249
              
                
                  
                  
                    Answered
                  
                  by
                    sugmanue
                  
              
          
                  
                    
                      thiagohora
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         I need to set ChunkedEncodingDisabled for a particular environment, and I'm using the SDK for Java v2. How can I do it?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            sugmanue
          
      
      
        Jun 12, 2024 
      
    
    Replies: 1 comment
-
| 
         Hi @thiagohora, assuming this is for S3, you can set it using the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        sugmanue
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hi @thiagohora, assuming this is for S3, you can set it using the
S3Configuration#chunkedEncodingEnabledclass that you pass to the client.