Praveen raj Mani
dbec99d0d2
Bring back Stat calls before GetObjects ( #415 )
5 years ago
Nathan Brown
d11bce5c5d
Add tests for presigning operations and GetPresignCanonicalRequest ( #407 )
5 years ago
Nathan Brown
6f5bbd713f
Correct StatObjectAsync header retrieval ( #409 )
Fixes #408
5 years ago
poornas
1eee6b1fab
remove PutObject_Test6 from functional test ( #412 )
5 years ago
Minio Trusted
148406fd0a
Update version to next release 3.1.13
5 years ago
Nathan Brown
51faca4e1f
Remove extra stat object calls. ( #405 )
5 years ago
poornas
38a49872d0
Fix docs for SetPolicyAsync API ( #404 )
5 years ago
poornas
9e88c5d44f
Validate bucket name in BucketExistsAsync call ( #403 )
5 years ago
ig-sinicyn
22cc896398
Fix: Use typed exceptions for minio client ( #398 )
Fixes #396 , #395
5 years ago
Willi Eggeling
ffe28764d6
removed double-encoding of url query parameters ( #401 )
fixes #400
5 years ago
ig-sinicyn
654f1d3284
Retry policy callback for the MinioClient ( #392 )
5 years ago
Johan Geluk
1e13e75b5d
Improve region matching regex performance ( fixes #393 ) ( #394 )
5 years ago
Minio Trusted
cc44000277
Update version to next release 3.1.12
5 years ago
poornas
1468c43888
Bump up Restsharp dependency to 106.10.1 ( #389 )
Fixes #384,#386
5 years ago
poornas
8e71982e99
Fix error response parsing ( #391 )
Fixes #390
5 years ago
Nathan Brown
60af5d88db
Add Content-Disposition to allowed headers for Stat and Put ( #381 )
5 years ago
Adam Hodgson
c0d18bf85d
Fix: MakeBucketAsync returns deserialization exception if BucketName is null ( #382 )
5 years ago
Minio Trusted
c6cb0cd7a4
Update version to next release 3.1.11
5 years ago
Harshavardhana
7e6312d0e7
honor encoding-type XML response ( #378 )
some vendors do not support encoding-type=url
5 years ago
Tamás Tárnok
33433936cb
Extend MinioClient with WithTimeout ( #375 )
Fixes #374
5 years ago
Eugene Lubarsky
544308a045
Add ListenBucketNotificationsAsync API call ( #370 )
5 years ago
poornas
b7e7adff75
Add SelectObjectContentAsync API call ( #367 )
6 years ago
Harshavardhana
c88f89ffaf
Update version to next release 3.1.10
6 years ago
poornas
2a23c70c4f
Update nuget package version for Mint ( #365 )
6 years ago
aevitas
c58c5d73e1
Fix canned ACLs being treated as metadata ( #362 )
6 years ago
Minio Trusted
4941bfeec1
Update version to next release 3.1.9
6 years ago
poornas
9b836b7959
Prefix x-amz-meta- for custom metadata ( #356 )
Prefix x-amz-meta- for custom metadata if not specified.
Fixes : #353 #309
6 years ago
Minio Trusted
464c6de1a5
Update version to next release 3.1.8
6 years ago
kerams
79254b754b
Add SetCacheControl on PostPolicy ( #345 )
6 years ago
kerams
2bda62a9c3
Make ReadFull asynchronous ( #346 )
6 years ago
Minio Trusted
cf31b2280a
Update version to next release 3.1.7
6 years ago
poornas
702eb8497c
Fix unescaping encoded characters in ListObjectsAsync API ( #343 )
Fixes : #342 .
6 years ago
poornas
c01b4dd7be
Encode accessKey in presigned url signature generation ( #344 )
Fixes : #339
6 years ago
Minio Trusted
9ed700f6dc
Update version to next release 3.1.6
6 years ago
James Yeung
fed3ad9607
Fix endpoint validation for underscore character (_) ( #238 ) ( #334 )
6 years ago
Harshavardhana
fceed5c78b
Unescape URI encoded returns in listObjectsResult ( #337 )
8bd4c65514
added encoding-type
this broke recursive listing for special characters due to
wrong marker calculation, this PR fixes this.
6 years ago
poornas
8bd4c65514
Set encoding-type to url for ListObjectsAsync call ( #335 )
6 years ago
Minio Trusted
78c179e826
Update version to next release 3.1.5
6 years ago
Minio Trusted
7cb7569144
Update version to next release 3.1.4
6 years ago
Minio Trusted
5cd59be590
Update version to next release 3.1.3
6 years ago
poornas
962e3b3b05
Prevent deadlock by adding ConfigureAwait(false) ( #333 )
Fixes #325 - A couple of calls are still passing caller context
to continuation tasks - add ConfigureAwait(false) to disallow
continuation after await from running in caller context.
6 years ago
kerams
9bd627b408
Allow content-length-range start and end to be 0 ( #330 )
6 years ago
Minio Trusted
77925452a4
Update version to next release 3.1.2
6 years ago
zerouid
b123ae3a53
Fix malformed authorization header. ( #328 )
6 years ago
poornas
8fbd5a502f
Fix broken link to MinIO logo in PackageIconUrl ( #327 )
fixes : #326
6 years ago
Minio Trusted
03670014b7
Update version to next release 3.1.1
6 years ago
poornas
c60b0e5eb9
Add strong signing to assembly ( #324 )
Fixes : #308 .
Version being bumped to 3.1.0
6 years ago
Harshavardhana
1c5bf0ed14
Change play.min.io:9000 to play.min.io ( #323 )
6 years ago
Tino Hager
66f3a7131e
Cleanup code ( #322 )
6 years ago
Tino Hager
a1e0e36902
Add a link to nuget.org in the Readme ( #320 )
6 years ago