Skip to content

Commit f9e3dc2

Browse files
committed
fix resumble put
1 parent 81ff6ba commit f9e3dc2

File tree

4 files changed

+2
-93
lines changed

4 files changed

+2
-93
lines changed

Qiniu/IO/Resumable/ResumablePut.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public ResumablePutExtra Extra
7070
/// </summary>
7171
/// <param name="putSetting"></param>
7272
/// <param name="extra"></param>
73-
/// <param name="allowcache">true:允许上传结果在本地保存,这样当网络失去连接而再次重新上传时,对已经上传成功的快不需要再次上传</param>
7473
public ResumablePut(Settings putSetting, ResumablePutExtra extra)
7574
{
7675
extra.chunkSize = putSetting.ChunkSize;

Qiniu/IO/Resumable/ResumablePutHelper.cs

Lines changed: 0 additions & 87 deletions
This file was deleted.

Qiniu/Qiniu.2.0.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<TargetFrameworkProfile />
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18-
<PlatformTarget>AnyCPU</PlatformTarget>
1918
<DebugSymbols>true</DebugSymbols>
2019
<DebugType>full</DebugType>
2120
<Optimize>false</Optimize>
@@ -53,7 +52,6 @@
5352
<Compile Include="IO\PutExtra.cs" />
5453
<Compile Include="IO\PutRet.cs" />
5554
<Compile Include="IO\Resumable\ResumablePutExtra.cs" />
56-
<Compile Include="IO\Resumable\ResumablePutHelper.cs" />
5755
<Compile Include="IO\Resumable\Settings.cs" />
5856
<Compile Include="RS\GetPolicy.cs" />
5957
<Compile Include="RS\PutPolicy.cs" />
@@ -102,4 +100,4 @@
102100
<None Include="app.config" />
103101
</ItemGroup>
104102
<ItemGroup />
105-
</Project>
103+
</Project>

Qiniu/Qiniu.4.0.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<Compile Include="IO\PutExtra.cs" />
5454
<Compile Include="IO\PutRet.cs" />
5555
<Compile Include="IO\Resumable\ResumablePutExtra.cs" />
56-
<Compile Include="IO\Resumable\ResumablePutHelper.cs" />
5756
<Compile Include="IO\Resumable\Settings.cs" />
5857
<Compile Include="RS\GetPolicy.cs" />
5958
<Compile Include="RS\PutPolicy.cs" />
@@ -103,4 +102,4 @@
103102
<None Include="app.config" />
104103
</ItemGroup>
105104
<ItemGroup />
106-
</Project>
105+
</Project>

0 commit comments

Comments
 (0)