File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
googledrive/src/main/java/ch/cyberduck/core/googledrive Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2424import ch .cyberduck .core .http .DefaultHttpResponseExceptionMappingService ;
2525import ch .cyberduck .core .http .DelayedHttpEntityCallable ;
2626import ch .cyberduck .core .http .HttpResponseOutputStream ;
27+ import ch .cyberduck .core .io .ChecksumCompute ;
28+ import ch .cyberduck .core .io .ChecksumComputeFactory ;
29+ import ch .cyberduck .core .io .HashAlgorithm ;
2730import ch .cyberduck .core .preferences .HostPreferencesFactory ;
2831import ch .cyberduck .core .transfer .TransferStatus ;
2932
@@ -181,4 +184,9 @@ public long getContentLength() {
181184 };
182185 return this .write (file , status , command );
183186 }
187+
188+ @ Override
189+ public ChecksumCompute checksum (final Path file , final TransferStatus status ) {
190+ return ChecksumComputeFactory .get (HashAlgorithm .md5 );
191+ }
184192}
You can’t perform that action at this time.
0 commit comments