Martijn van Dijk
56d687fb03
Warnings again ( #796 )
* Fix more warnings
* Nuget update
* Extend interface
* Move progres
* Namespace changes
* Format
* Renames
* Moves
* More moves
* More warnings
* Use new package for reactive
* Add editor config
* Allow 0
* Fix warnings
* Warnings as error
* Lint changes
* Revert "Drawingback Lint changes"
This reverts commit ed1ba1bfa5
.
* Fix lines
* Add editor config update
* More editor
* More editorconfig
* Format
* Format
* Format
* Fixes
* Format
* Format
* Runs bucket notification test by itself
---------
Co-authored-by: Ersan Bozduman <ersanbozduman@gmail.com>
2 years ago
Martijn van Dijk
66cef4f5ce
Fixes ( #774 )
* Fix
* Null checks
* Cleanup
* Is or is not null checks
* Update nuget
* Fix concurency bug in older dotnet
* Fix buffer bug in older dotnet
* More null checks
* New name
* Disable analyzer again
* Move more to extensions
* Invert checks
* Fix
2 years ago
Martijn van Dijk
b332b78f47
add .Net6 support across codebase ( #732 )
Co-authored-by: ebozduman <ersan.bozduman@gmail.com>
2 years ago
Luiz Carlos Faria
50f15fb2d5
Improve testability with IMinioClient interface ( #688 )
* Adding all non-deprecated operations to IMinioClient
* Removing factory (With*()) operations from interface maintaining on MinioClient class.
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
7344e9e3d4
Replaces RestSharp library with built-in HttpClientFactory ( #551 )
4 years ago
Priyank Raj
77bd34b963
Namespace changes for objectlock. ( #538 )
4 years ago
P R
3dd4fb6744
Add Object Lock Configuration APIs. ( #498 )
5 years ago
P R
11e01243a4
Add Tagging APIs. ( #503 )
5 years ago
P R
629361fb08
Add Bucket Encryption API. ( #494 )
5 years ago
P R
d49910cb95
Builder refactoring including WithBucket. ( #454 )
5 years ago
P R
b780b0dca3
Builder implemented for MinioClient, Arguments ( #446 )
Also added Versioning API support
5 years ago
Tino Hager
87aab4a079
Cleanup Examples ( #319 )
6 years ago
Tino Hager
f9771337d7
Cleanup code ( #312 )
- Cleanup Functional Tests, Tests Project and examples.
6 years ago
Ivan Maximov
ec0a599450
Code cleanup ( #303 )
- Idiomatic style changes
- Code formatting.
6 years ago
kannappanr
765959dde8
Replace Minio with MinIO and minio.io with min.io ( #297 )
6 years ago
poornas
1fd303c25a
Rewrite SDK to support .NetCore and .Net 4.5.2 ( #124 )
8 years ago
poornas
32174d95ae
refactor client and exception handling
9 years ago
poornas
75e8b53c42
add API docs for dotnet client.
9 years ago
poornas
6c578d1706
support virtual hosted-style requests for AWS
9 years ago
poornas
ee861ac57d
modified target url for aws requests
9 years ago
poornas
ce9f528097
Add presigned operations
9 years ago
poornas
b05bf3af9d
refactor code to use namespace Api for all bucket and object operations
9 years ago
poornas
5585d5dd98
Add CopyObjectAsync callfor copy operation of objects between buckets
9 years ago
poornas
f451ea30dc
Add ListIncompleteUploadsAsync call returning IObservable
9 years ago
poornas
c58043c0f1
Implement RemoveBucketAsync and BucketExistsAsync
9 years ago