poornas
db8313d0fb
Add chained HTTP Proxy constructor ( #276 )
Fixes #273
7 years ago
Kaan Kabalak
df3e5400e4
Fix Presigned Operations tables in documentation ( #280 )
The return type for this function should be "string contains URL to
upload the object" instead of "string contains URL to download the
object"
Also fixed formatting issues.
7 years ago
poornas
28ac912c3f
Trim extra spaces in metadata for canonicalized request ( #278 )
S3 Spec requires canonicalized header string to have all extra
spaces trimmed down to a single space. This PR fixes #277 , where
metadata with extra spaces in the value was causing a signature
verification mismatch.
7 years ago
Minio Trusted
0ae06d6146
Update version to next release 3.0.3
7 years ago
poornas
f68916d1a6
Update nuget package version for Mint ( #275 )
Minio.FunctionalTests.csproj needs to be updated to pull major
version 3 for Mint configuration
7 years ago
Minio Trusted
9ff3b7a6d6
Update version to next release 3.0.2
7 years ago
poornas
b2d9710deb
Fix PutObjectAsync handling of unknown size streams ( #271 )
Handle zero byte streams passed to PutObjectAsync with size -1
(unknown size stream) by uploading a single part with 0 bytes
before completing the multipart upload.
7 years ago
Minio Trusted
a2067517ff
Update version to next release 3.0.1
7 years ago
poornas
2a519e3372
fix case sensitive comparison for headers ( #269 )
pass sse headers for StatObjectAsync call
7 years ago
Marcos
d1f625504b
Fix case-sensitive comparison for `ETag` ( #268 )
7 years ago
Harshavardhana
3e89239478
Remove resuming multipart uploads ( #267 )
ListParts is never fully complete in its output,
there is always a possibility that the List is
partial where another PutObjectPart() is being
uploaded in parallel.
While it may seem like ListParts and ListMultipartUploads
provide the possibility of resuming an upload, it would
be a mistake as these APIs were inherently never meant do
these things. This is one of the reasons why Amazon
recommends that one should avoid using these API calls to
complete or add parts to an upload - they instead
recommend to remember the parts being uploaded at the client.
7 years ago
poornas
794aa9a3eb
Add server side encryption support ( #259 )
Fixes #251
7 years ago
Krishnan Parthasarathi
700926c6a5
Use region supplied in MinioClient constructor while sending requests ( #266 )
7 years ago
Krishnan Parthasarathi
64bf0b4038
Extend V4Authenticator constructor to take region ( #265 )
7 years ago
Minio Trusted
c2a7468648
Update version to next release 2.0.8
7 years ago
poornas
0c900a9a73
fix GetObjectAsync api call to check if object is present ( #260 )
7 years ago
Minio Trusted
1f271e58a0
Update version to next release 2.0.7
7 years ago
Cyrus
fdf59cf0bb
errors in curl ( #257 )
7 years ago
Alexander Pavlov
324e5efbaa
Pass region into presigned methods ( #255 )
7 years ago
Minio Trusted
40ddc66c64
Update version to next release 2.0.6
7 years ago
Alexander Pavlov
03c117eace
code cleanup ( #243 )
Preserve stack trace
Remove unused variable
Add to Fail test some data
Remove unnecessary cast and throw exceptions properly
7 years ago
Alexander Pavlov
1bba2d2b44
Remove unnecessary Newtonsoft ( #250 )
7 years ago
Minio Trusted
ccb9611e9d
Update version to next release 2.0.5
7 years ago
poornas
51bca25951
add wait for longer tests ( #247 )
7 years ago
Minio Trusted
f3fb677499
Update version to next release 2.0.4
7 years ago
poornas
65112e5150
CopyObject_Test5: pass test if error is NotImplemented functionality ( #246 )
Update CopyObject_Test6 to omit etag equality,as it is not guaranteed
to be same on src and dest side even for small objects on Azure
7 years ago
Minio Trusted
73a74bac2d
Update version to next release 2.0.3
7 years ago
poornas
558c37ee0d
fix: remove etag assertion on CopyObject_Test3 ( #241 )
Fixes #240
7 years ago
Alexander Pavlov
49b178079c
Doc: Fix typo in example code ( #239 )
change bucket.CreationDate.DateTime -> bucket.CreationDateDateTime
7 years ago
Minio Trusted
f64eeea696
Update version to next release 2.0.2
7 years ago
Adrian
dd946d4f01
Fix .NET Core host header generation if using default ports ( #236 )
7 years ago
Minio Trusted
754550c46b
Update version to next release 2.0.1
7 years ago
poornas
eeac94297f
API: Change CopyObjectAsync to support metadata replacement ( #233 )
on server side copy
fixes #229
7 years ago
poornas
46a21f520e
update maintainers.md for package creation ( #231 )
7 years ago
Blake Niemyjski
aae472fb50
#211 Simplified project and build system. ( #212 )
7 years ago
poornas
48f052b1e3
fix: redefine LastModifiedDateTime accessor to return nullable DateTime ( #228 )
fixes #224 - non-recursive ListObjectsAsync with partial prefix can
return null LastModified.
7 years ago
poornas
f33bde492d
fix null pointer exception for zero byte uploads ( #227 )
fixes #226
7 years ago
poornas
4cc085f436
fix: pass region down correctly to authenticator ( #223 )
7 years ago
poornas
c08572c597
fix url encoding for presign urls ( #221 )
When accesskey contains special characters, it causes signature
mismatch error.
7 years ago
poornas
81ff1eb5d5
fix GetBucketPolicy test failing due to Content-Length header missing ( #220 )
7 years ago
Minio Trusted
5720034154
Update version to next release 1.1.2
7 years ago
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