Does it support "gluing" files on S3? If not, is it possible to upload several chunks as separate files then? (and later emulate "gluing" via an intermediate server)
            Asked
            
        
        
            Active
            
        
            Viewed 108 times
        
    0
            
            
        - 
                    According to this answer http://stackoverflow.com/a/4639529/1236044 it does not seem possible "S3 does not understand chunks, so remove the chunk_size config option." – jbl Nov 20 '13 at 10:50
 - 
                    I see, thanks. Probably I'll have to solve it via some proxy. – Eugene Retunsky Nov 20 '13 at 21:02