Daryl White
b3f3338f00
Updating documentation links to new paths
3 years ago
ebozduman
9fc56b734b
s3-zip file support ( #687 )
* s3-zip file support
* Addresses build issue and implements review comment
* Rebase
* Rebase and resolve merge conflicts
* Rebasing and fixing merge conflicts-3
* Rebase and fix merge conflicts
* Comments out the test causing build failure on Windows
* Rebase and fix merge conflicts - 4
* Removes the forgotten comment
* Cosmetic cleanups
* Rebase and fix merge conflicts-2
* Rebase and fix merge conflicts-3
* Rebase and fix merge conflicts-4
3 years ago
Laguna Du
7d5a2395a5
fix wrong MinIO Client Example example in README ( #694 )
we can declare bucket with var or add using using Minio.DataModel.
Co-authored-by: Harshavardhana <harsha@minio.io>
3 years ago
ebozduman
b731bdec56
Removes the tooltip "ObjectNotfoundException" that will never happen ( #690 )
3 years ago
ebozduman
11b94dad2f
Fixes random failures in bucket notification tests ( #693 )
* Fixes random failures in bucket notification tests
* Fixes a forgotten compile issue
* Tries 1sec sleep time as a fix
3 years ago
Harshavardhana
d206beb29d
create a symlink for Docs/ folder
3 years ago
ebozduman
04032600cc
Add additional notification functional tests ( #668 )
3 years ago
dingsongjie
00a1cc471d
Fix issue #674 ( #678 )
* Fix issue #674
* Update Minio/Credentials/AssumeRoleProvider.cs
Co-authored-by: ebozduman <ersan.bozduman@gmail.com>
Co-authored-by: Harshavardhana <harsha@minio.io>
Co-authored-by: ebozduman <ersan.bozduman@gmail.com>
3 years ago
anthonyMc11
26d43d4b31
Fixing issue 673 ( #677 )
* Fixing issue 673
When the listObjects is called the region was not being calculated ( because the objectName is null) .
This caused a error on s3 to use the perminently redirected address instead of getting the files, now the region is calculated correctly, the code works as expected
* Fixing issue 673 - change from regitlint
Co-authored-by: Anthony McHugh <amchugh@redboxrecorders.com>
3 years ago
Ruthlessist
79a109c1fd
Fixes WithProxy( #658 ) and HttpClient( #675 ) issues ( #683 )
* Created when there is still no HttpClient available during Build().
* WithHttpClient(HttpClient) adds parameter bool disposeHttpClient = false to indicate whether to dispose httpClient.
* Fix unit tests
* run "cleanupcode minio.sln"
3 years ago
ebozduman
ee1e4db43b
Cancellation token for PR#666 ( #669 )
3 years ago
ebozduman
bad67b668d
fix: sporadic TaskCanceledException during mint tests ( #663 )
3 years ago
Minio Trusted
c8ad18e399
Update version to next release 4.0.6
3 years ago
ebozduman
9a9d202219
reuse HttpClient, fix wrong TLS and Proxy settings during init() #641 )
3 years ago
haiduong87
70bc9bbd5c
Check condition before dispose "ObjectStreamData" ( #651 )
3 years ago
ebozduman
845b50e1e6
fix: listenBucketNotification hang ( #666 )
fixes #649
3 years ago
Daryl White
f30de06060
Updating relative links to absolute links ( #659 )
3 years ago
Harshavardhana
42cebaa1a8
remove .NET 5.0 ( #660 )
3 years ago
Harshavardhana
76bb291246
update .Net SDK installation section
3 years ago
Minio Trusted
8883a81465
Update version to next release 4.0.5
3 years ago
ebozduman
ca9310cc6b
fix: strong name signature failure ( #647 )
fixes #643
3 years ago
ebozduman
3851332b51
Fixes multi-space issue in header request parameters ( #644 )
3 years ago
ebozduman
69c7bad9fe
Fixes GetObject offset=0 problem ( #646 )
- Fixes #629 GetObject offset=0 problem
- To resolve build issue on Windows
- fix for the windows build issue
- Forgotten regitlint format fixes
3 years ago
Minio Trusted
bb2d094355
Update version to next release 4.0.4
3 years ago
Harshavardhana
ed0c5fed7e
build with netstandard2.0 for Linux and Windows ( #640 )
3 years ago
Harshavardhana
3add7786d8
add newer builds ( #639 )
3 years ago
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