Adrian
dd946d4f01
Fix .NET Core host header generation if using default ports ( #236 )
7 years ago
Minio Trusted
754550c46b
Update version to next release 2.0.1
7 years ago
poornas
eeac94297f
API: Change CopyObjectAsync to support metadata replacement ( #233 )
on server side copy
fixes #229
7 years ago
poornas
46a21f520e
update maintainers.md for package creation ( #231 )
7 years ago
Blake Niemyjski
aae472fb50
#211 Simplified project and build system. ( #212 )
7 years ago
poornas
48f052b1e3
fix: redefine LastModifiedDateTime accessor to return nullable DateTime ( #228 )
fixes #224 - non-recursive ListObjectsAsync with partial prefix can
return null LastModified.
7 years ago
poornas
f33bde492d
fix null pointer exception for zero byte uploads ( #227 )
fixes #226
7 years ago
poornas
4cc085f436
fix: pass region down correctly to authenticator ( #223 )
7 years ago
poornas
c08572c597
fix url encoding for presign urls ( #221 )
When accesskey contains special characters, it causes signature
mismatch error.
7 years ago
poornas
81ff1eb5d5
fix GetBucketPolicy test failing due to Content-Length header missing ( #220 )
7 years ago
Minio Trusted
5720034154
Update version to next release 1.1.2
7 years ago
Alexander van Trijffel
36f847e711
Disable continue on captured context in library code to prevent deadlocks ( #219 )
7 years ago
halfcrazy
ab324ee572
Update Minio.Netcore version for functional test ( #218 )
fix https://github.com/minio/mint/pull/267
7 years ago
Minio Trusted
55363040b4
Update version to next release 1.1.1
7 years ago
poornas
ef88bcc98b
Simplify SetPolicyAsync and GetPolicyAsync api calls ( #217 )
7 years ago
poornas
ad23851851
Fix presign operations to honor request params ( #216 )
7 years ago
Minio Trusted
b7f628ff0e
Update version to next release 1.0.8
8 years ago
poornas
4fea77fd1e
fix: remove assertions from functional tests ( #206 )
8 years ago
poornas
77f5ad2edc
rename mint-mode for quick tests ( #208 )
8 years ago
Minio Trusted
0931931182
Update version to next release 1.0.7
8 years ago
Nitish Tiwari
9c4985b98a
Revert ListObject_Test5() test case to upload 1050 objects ( #204 )
8 years ago
Minio Trusted
dd1ea569c4
Update version to next release 1.0.6
8 years ago
poornas
7dd7b34247
Functional test: fix parallel upload and statObject test ( #203 )
restrict number of concurrent tasks so that max open fd's is not
crossed.Fix StatObject_Test1 which was not waiting for PutObject
operation to complete before doing a Stat operation.
8 years ago
dingjs
d072889a20
Translate minio-dotnet API docs to Chinese. ( #200 )
8 years ago
Minio Trusted
fc87f833e8
Update version to next release 1.0.5
8 years ago
poornas
7f732ec09c
functional tests - log args for Mint ( #201 )
8 years ago
poornas
5ca41efc05
Fix logging format for Mint (#194,#196 and #197 ) ( #199 )
8 years ago
Nitish Tiwari
b4cf02db2d
Add wait for test to finish ( #198 )
Fixes #193
8 years ago
Nitish Tiwari
e902d9dd08
Fix json logging for Mint ( #192 )
- Remove JSON formatting, as other SDKs do not use formatting
- Remove console.WriteLine, so JSON logs can be parsed
8 years ago
poornas
54950b415a
Delete unused project files ( #191 )
Clean up unused exception and data model files
8 years ago
Minio Trusted
957a4ab1da
Update version to next release 1.0.4
8 years ago
poornas
4aef714aeb
docs: fix PresignedGetObjectAsync signature ( #190 )
Optional reqParams is missing in task signature.
8 years ago
Harshavardhana
47f73e15be
Add out/ to git ignore list ( #188 )
Ignore following autogenerated files
```
Minio.Core/out/
Minio.Examples/Minio.Client.Examples.Core/out/
Minio.Functional.Tests/out/
```
8 years ago
poornas
081903aec6
Api: Add RemoveObjectAsync call for multi-object delete ( #185 )
8 years ago
poornas
7fe928f7c7
fix: Add missing AWS region endpoints ( #184 )
8 years ago
poornas
3d9fcbeef9
Update MAINTAINERS.md for instructions to build SDK packages in Linux ( #180 )
8 years ago
Loïc Tosser
55e810b60a
Added a new method SetUserMetadata to the PostPolicy ( #178 )
8 years ago
poornas
8722fe4969
Fix travis build ( #177 )
8 years ago
poornas
8405a21de9
Fix PutObject call for unknown size stream ( #173 )
8 years ago
poornas
c80a3eeda4
Update maintainers.MD with steps to publish package ( #174 )
8 years ago
poornas
fbcdeb6962
Add missing functional tests for Mint ( #171 )
8 years ago
poornas
05b2fc467f
Api: fix validations for presign operations. ( #172 )
Add validation of expiry for presign get and put.Add optional override response
headers as argument for PresignedGetObjectAsync method.
8 years ago
poornas
05c5edc98b
Update Functional tests to new Mint log format ( #166 )
8 years ago
poornas
79be827b6f
Bumped up version of Minio nuget packages ( #168 )
8 years ago
A. Elleuch
d7aebb1189
Fix adding dotnet repo in mono_install script ( #167 )
8 years ago
poornas
1d6b6ef9a7
Pick latest nuget version of sdk for functional tests ( #162 )
8 years ago
poornas
1f4aed148e
Fix: use default region if bucket not in cache. ( #165 )
8 years ago
poornas
a4dcd94043
Add travis build for .net sdk ( #163 )
8 years ago
poornas
9ef1798ee2
Bumped up version of minio.core and minio.net452 ( #157 )
8 years ago
Nitish Tiwari
85d1c61eb9
Add missing ' in mono script ( #155 )
8 years ago