Minio Trusted
c2a7468648
Update version to next release 2.0.8
7 years ago
poornas
0c900a9a73
fix GetObjectAsync api call to check if object is present ( #260 )
7 years ago
Minio Trusted
1f271e58a0
Update version to next release 2.0.7
7 years ago
Cyrus
fdf59cf0bb
errors in curl ( #257 )
7 years ago
Alexander Pavlov
324e5efbaa
Pass region into presigned methods ( #255 )
7 years ago
Minio Trusted
40ddc66c64
Update version to next release 2.0.6
7 years ago
Alexander Pavlov
03c117eace
code cleanup ( #243 )
Preserve stack trace
Remove unused variable
Add to Fail test some data
Remove unnecessary cast and throw exceptions properly
7 years ago
Alexander Pavlov
1bba2d2b44
Remove unnecessary Newtonsoft ( #250 )
7 years ago
Minio Trusted
ccb9611e9d
Update version to next release 2.0.5
7 years ago
poornas
51bca25951
add wait for longer tests ( #247 )
7 years ago
Minio Trusted
f3fb677499
Update version to next release 2.0.4
7 years ago
poornas
65112e5150
CopyObject_Test5: pass test if error is NotImplemented functionality ( #246 )
Update CopyObject_Test6 to omit etag equality,as it is not guaranteed
to be same on src and dest side even for small objects on Azure
7 years ago
Minio Trusted
73a74bac2d
Update version to next release 2.0.3
7 years ago
poornas
558c37ee0d
fix: remove etag assertion on CopyObject_Test3 ( #241 )
Fixes #240
7 years ago
Alexander Pavlov
49b178079c
Doc: Fix typo in example code ( #239 )
change bucket.CreationDate.DateTime -> bucket.CreationDateDateTime
7 years ago
Minio Trusted
f64eeea696
Update version to next release 2.0.2
7 years ago
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