소스 검색

Bug 572: Amazon S3 protocol (parallel transfers tested)

https://winscp.net/tracker/572

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

+ 1 - 1
source/core/S3FileSystem.cpp

@@ -600,11 +600,11 @@ bool __fastcall TS3FileSystem::IsCapable(int Capability) const
     case fcRemoteMove:
     case fcMoveToQueue:
     case fsSkipTransfer:
+    case fsParallelTransfers:
       return true;
 
     case fcPreservingTimestampUpload:
     case fcCheckingSpaceAvailable:
-    case fsParallelTransfers:
     case fcUserGroupListing:
     case fcModeChanging:
     case fcModeChangingUpload: