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
poornas
e006ab76b1
Modify functional tests for Mint ( #150 )
* Modify functional tests for Mint, add functional tests to .netcore configuration so that it works on Linux
8 years ago
poornas
fa6abda6da
Change order of cancellation token and metadata in sync with Api doc ( #154 )
8 years ago
poornas
f59b518c56
Fix string comparison for ETag which cause multi part upload failure on Linux. This is due to response headers coming back as Etag on Linux instead of ETag (as on Windows) ( #152 )
8 years ago
poornas
1d8dcb9439
Add Mono and .NetCore support for Linux ( #149 )
Add .net4.5.2 and .netcore configurations. Exclude test project from release config. Fix typo in SimpleTest.csproj config. Add instructions for Linux and Mono users. Make README.md more succinct. Fix for review comments
8 years ago
poornas
c9ccacb9c0
Reference nuget package instead of local copy of .netcore project. ( #146 )
8 years ago
poornas
4219e92bd0
Fix nested paths ( #145 )
8 years ago
poornas
81744a6415
Support metadata for PutObject and StatObject calls ( #143 )
8 years ago
poornas
c31d1e5d62
fix: Avoid md5 hash calculation for signed payloads ( #139 )
8 years ago
poornas
f23c71367a
Api: Add support for bucket notifications and unit tests. ( #136 )
8 years ago
poornas
287fe219b1
Fix broken links on Readme.MD ( #138 )
* Fix broken links
* Update Readme.MD
8 years ago
poornas
0e9234e82b
Change title to be consistent with docs ( #137 )
8 years ago