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
Tino Hager
87aab4a079
Cleanup Examples ( #319 )
6 years ago
Minio Trusted
9031cc2253
Update version to next release 3.0.13
6 years ago
Adrian
67340c9b5a
Fix observable to honor Dispose ( #318 )
6 years ago
Tino Hager
9525c4b989
Code and test case cleanup ( #315 )
6 years ago
Tino Hager
f9771337d7
Cleanup code ( #312 )
- Cleanup Functional Tests, Tests Project and examples.
6 years ago
Minio Trusted
9f76f62214
Update version to next release 3.0.12
6 years ago
poornas
ae3055a276
fix missing reference assemblies for NET46 target framework ( #310 )
6 years ago
Ivan Maximov
ec0a599450
Code cleanup ( #303 )
- Idiomatic style changes
- Code formatting.
6 years ago
Minio Trusted
2ec6a6ea8d
Update version to next release 3.0.11
6 years ago
Tino Hager
863764058d
Cleanup code, fix missing using BucketNotification ToXML ( #301 )
Remove unused namespaces, fix summary, cleanup code
and switch from UInt64 to ulong
6 years ago
Minio Trusted
71e87e08a8
Update version to next release 3.0.10
6 years ago
kannappanr
765959dde8
Replace Minio with MinIO and minio.io with min.io ( #297 )
6 years ago
Minio Trusted
57a9e577b5
Update version to next release 3.0.9
6 years ago
poornas
1865257a58
Fix DateTime parse exception ( #292 )
Fixes #291
6 years ago
Minio Trusted
2fe2d29777
Update version to next release 3.0.8
6 years ago
poornas
c7857cc290
Add request date to PresignedGetObjectAsync as an optional parameter ( #290 )
6 years ago
Minio Trusted
4e62ea4702
Update version to next release 3.0.7
6 years ago
Harshavardhana
5885aadaa4
Set prefix, delimiter params even when empty ( #282 )
We have never set values which are empty on the request
because they are perhaps not useful in the List query,
but this assumption is wrong when there are restricted
policies for a given user, because empty is actually
a valid value in IAM or Bucket policy conditions.
For example following condition would never work with our
ListObjects call and AWS cli would work fine.
"Condition": {
"StringEquals": {
"s3:prefix": [
"",
"data/",
"data"
],
"s3:delimiter": [
"/",
""
]
}
}
The reason is empty or not prefix and delimiter should be
added to the query param in List operation, such that server
can use the value to validate the policies for the incoming
request.
Refer minio/minio-go#1064
7 years ago
Minio Trusted
d004aca2a7
Update version to next release 3.0.6
7 years ago
poornas
329940b6f1
Reduce filesizes used in functional tests ( #287 )
This is needed to speed up Mint.
Also fixed metadata dictionary to be
case insensitive.
7 years ago
Minio Trusted
10cace4b2a
Update version to next release 3.0.5
7 years ago
Minio Trusted
6dd427e522
Update version to next release 3.0.4
7 years ago
poornas
51609b2877
Add support for temporary credentials ( #286 )
fixes #285 by accepting sessiontoken as optional client
constructor parameter, and passing X-Amz-Security-Token
if sessionToken is set
7 years ago
poornas
abc888a9ac
Pass cancellation token to Restsharp ( #283 )
Fixes #279
7 years ago
poornas
6553841e11
Reduce number of concurrent uploads ( #284 )
This will speed up Mint and Travis tests.
7 years ago
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