[Cyberduck-trac] [Cyberduck] #5727: [Windows version] No option to disable Multipart Upload

Cyberduck trac at trac.cyberduck.ch
Fri Feb 25 15:46:30 CET 2011


#5727: [Windows version] No option to disable Multipart Upload
-------------------------+------------------------
 Reporter:  patrickdos   |         Owner:  dkocher
     Type:  enhancement  |        Status:  new
 Priority:  normal       |     Milestone:
Component:  s3           |       Version:  4.0b9
 Severity:  normal       |    Resolution:
 Keywords:               |  Architecture:
 Platform:  Windows XP   |
-------------------------+------------------------

Comment (by patrickdos):

 For the sake of the completeness :
 It looks like in this part of the code if the multipart failed that not
 retry in normal .

 this.getSession().message(MessageFormat.format(Locale.localizedString("Uploading
 {0}", "Status"),
                         this.getName()));

                 if(this.getLocal().attributes().getSize() >
 DEFAULT_MULTIPART_UPLOAD_THRESHOLD) {
                     this.uploadMultipart(throttle, listener, object);
                 }
                 else {
                     // No Content-Range support
                     status().setResume(false);
                     this.uploadSingle(throttle, listener, object);
                 }
             }
         }
         catch(ServiceException e) {
             this.status().setComplete(false);
             this.error("Upload failed", e);
         }
         catch(IOException e) {
             this.error("Upload failed", e);
         }

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5727#comment:1>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list