Harshavardhana
|
1484f758a3
|
add runtime identifiers (#638)
|
3 years ago |
Domn Werner
|
6d3db27e6d
|
Add new overload to interface for StatObjectArgs (#635)
fixes #614
|
3 years ago |
Harshavardhana
|
ee390bac4a
|
honor region handling and pass correct user-agent (#637)
|
3 years ago |
Harshavardhana
|
578816ba10
|
timeouts should be applied per request (#636)
fixes #620
|
3 years ago |
ebozduman
|
2a7c2a51ea
|
modify target framework for Windows/Linux to netstandard2.0/netstandard2.1 respectively (#632)
Co-authored-by: Harshavardhana <harsha@minio.io>
|
3 years ago |
Harshavardhana
|
369492f6a8
|
simply close the stream in PutObjectArgs finalizer
fixes #613
|
3 years ago |
Harshavardhana
|
cbce4d00d0
|
cleanup markdown docs
|
3 years ago |
Harshavardhana
|
384764ed13
|
remove deprecated WebRequest API to HttpClient (#634)
|
3 years ago |
Harshavardhana
|
9bd3c6943a
|
run entire project formatting cleanup using regitlint (#633)
Also bring change from PR https://github.com/minio/minio-dotnet/pull/623
Thanks to @amiru3f
|
3 years ago |
ebozduman
|
746fda6a4c
|
Adds netstandard2.1 and .Net 4.x framework support for Windows OS (#626)
|
3 years ago |
ebozduman
|
2b23898835
|
AssumeRole feature support (#615)
|
3 years ago |
ebozduman
|
a4946b918a
|
Adds the missing life cycle xml tag, 'Days' (#624)
|
3 years ago |
ebozduman
|
ed5262a42a
|
Fixes ListObjects policy condition issue (#619)
|
3 years ago |
Minio Trusted
|
eb020da83e
|
Update version to next release 4.0.3
|
3 years ago |
Ruslan Murtazin
|
dc0fddd380
|
Fix for object size validation (#612)
|
3 years ago |
davidsenk
|
bfda471c22
|
Updated API.md intro to reflect current API usage (#610)
.
|
3 years ago |
ebozduman
|
8ada179067
|
Fixes the default expiry as 3600 (#609)
|
3 years ago |
ebozduman
|
40892189fc
|
fix: broken GetObject with file name and its test (#608)
|
3 years ago |
ebozduman
|
67ebc354a5
|
Addresses NullReferenceException problem (#603)
|
3 years ago |
Harshavardhana
|
9065f01ca6
|
Update version to next release 4.0.2
|
3 years ago |
Harshavardhana
|
da300ec5ad
|
remove broken builds for net46 (#601)
|
3 years ago |
Harshavardhana
|
ce215b31a4
|
Supports mutual authorization mTLS feature (#600)
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
|
3 years ago |
Hamed Hajiloo
|
3da36436f5
|
update README.md examples (#589)
|
3 years ago |
Harshavardhana
|
45cc7daff8
|
Clean up unsupported SDKs. add support for net46,net5.0,net6.0 (#597)
* Clean up unsupported SDKs and add support for net6.0 SDK
* support net46 as well for now
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
|
3 years ago |
Harshavardhana
|
b575dadff9
|
remove deprecated docs
|
3 years ago |
Pascal
|
87f39d1c0d
|
init bucket notification config properly (#594)
|
3 years ago |
Oleg Shevchenko
|
9413dc82b7
|
fix: HttpClient connection limit issue (#596)
|
3 years ago |
Minio Trusted
|
9a3f51d0f9
|
Update version to next release 4.0.1
|
3 years ago |
ebozduman
|
9ee5264137
|
Changes version number (major) (#584)
|
3 years ago |
ebozduman
|
c6079b7a0c
|
HttpClient instance as a property of MinioClient class (#582)
|
3 years ago |
Harshavardhana
|
0bfe301e6c
|
update deps for System.Net.Http 4.3.1 -> 4.3.4
|
4 years ago |
ebozduman
|
7344e9e3d4
|
Replaces RestSharp library with built-in HttpClientFactory (#551)
|
4 years ago |
ebozduman
|
bb911d9b11
|
Removes broken exception handling outside of TearDown async function (#547)
|
4 years ago |
ebozduman
|
f07aa0aae1
|
Runs all MakeBucketAsync tests regardless of the platform (#545)
|
4 years ago |
ebozduman
|
77281342c9
|
Several fixes for endpoint and region settings (#557)
|
4 years ago |
Poorna Krishnamoorthy
|
b732c11cb6
|
fix: ListenBucketNotificationsAsync API to avoid repeated polling (#555)
|
4 years ago |
ebozduman
|
a9b5ab25eb
|
Adds missing bucket replication config exception (#542)
|
4 years ago |
Priyank Raj
|
0b4d6f4008
|
Add support for Listobjects v1 (#546)
|
4 years ago |
Priyank Raj
|
cde9a2e261
|
Merge ListObjectVersionsAsync into ListObjectsAsync. (#543)
|
4 years ago |
Priyank Raj
|
e0627885c3
|
Functional Test refactor(#541)
|
4 years ago |
Priyank Raj
|
54a1709bb0
|
move tagging related classes into a namespace. (#539)
|
4 years ago |
Priyank Raj
|
77bd34b963
|
Namespace changes for objectlock. (#538)
|
4 years ago |
Priyank Raj
|
285755a8d8
|
Add more returned exceptions (#537)
|
4 years ago |
Priyank Raj
|
a756acc0ff
|
Modify GetObject to return Headers. (#536)
|
4 years ago |
Priyank Raj
|
41354eef79
|
Functional tests Exception handling (#535)
|
4 years ago |
Priyank Raj
|
3c06525f5c
|
Change PutObjectPart size to 16MiB and CopyobjectPart size to 512 MiB (#531)
Signed-off-by: Priyank Raj <priyank.raj@gatech.edu>
|
4 years ago |
Priyank Raj
|
d511e0e733
|
fix: ListObjectsAsync error for empty bucket/prefix (#527)
|
4 years ago |
Priyank Raj
|
045f731d9f
|
Builder pattern support for PutObject. (#484)
|
4 years ago |
Priyank Raj
|
d74a6ea1f0
|
fix: Add continuation token support to ListObjectsAsync. (#524)
|
4 years ago |
Priyank Raj
|
0aa51ed809
|
fix: ToXML method (#525)
|
4 years ago |