소스 검색

"Proceed in background" has been tested with S3 protocol

Source commit: f64877fb36b5c732a6ad5117889057e6eaec07da
Martin Prikryl 8 년 전
부모
커밋
6564360f75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      source/core/S3FileSystem.cpp

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -598,9 +598,9 @@ bool __fastcall TS3FileSystem::IsCapable(int Capability) const
     case fcRemoteCopy:
     case fcRename:
     case fcRemoteMove:
+    case fcMoveToQueue:
       return true;
 
-    case fcMoveToQueue:
     case fcPreservingTimestampUpload:
     case fcCheckingSpaceAvailable:
     case fsSkipTransfer: