poornas
|
882c7693d8
|
file upload example
|
9 years ago |
poornas
|
5cf28536be
|
implement GetObjectAsync variant for downloading object to local file
|
9 years ago |
poornas
|
65be7f6e4e
|
Implement PutObjectAsync variant for file uploads
|
9 years ago |
poornas
|
5585d5dd98
|
Add CopyObjectAsync callfor copy operation of objects between buckets
|
9 years ago |
poornas
|
31e1e06f17
|
Implement ListObjectsAsync call to list objects in bucket
|
9 years ago |
poornas
|
48efbccded
|
Add RemoveIncompleteUploadsAsync operation to remove incomplete uploads from server
|
9 years ago |
poornas
|
9e174f9f0f
|
Implement PutObjectAsync for uploading object from a stream
|
9 years ago |
poornas
|
f451ea30dc
|
Add ListIncompleteUploadsAsync call returning IObservable
|
9 years ago |
poornas
|
178c9e8280
|
implement StatObjectAsync call
|
9 years ago |
poornas
|
d85e4bc0e6
|
Add asynchronous GetObject to callback stream
|
9 years ago |
poornas
|
c58043c0f1
|
Implement RemoveBucketAsync and BucketExistsAsync
|
9 years ago |
poornas
|
71fb11749b
|
Add bucketexistAsync and makebucketAsync calls.
|
9 years ago |
poornas
|
652bbf1af3
|
fixed bug in exception logic
|
9 years ago |
poornas
|
779ab6a084
|
async with error handling
|
9 years ago |
poornas
|
dbc9495f5a
|
Implement ListBucketsAsync call
|
9 years ago |
poornas
|
5c03c00402
|
Add project files.
|
9 years ago |
poornas
|
3a89924eff
|
Add .gitignore and .gitattributes.
|
9 years ago |
koolhead17
|
4c66bebcff
|
docs: added status about minio-dotnet client library. (#114)
|
9 years ago |
Pedro Fernandes
|
1d55278fbf
|
Fix lastModified (#112)
The method StatObject not returns the last modified parameter. The lastModified variable was not being set.
|
9 years ago |
Anis Elleuch
|
a71c8e7182
|
Add System.Configuration reference when compiling with mcs (#111)
|
9 years ago |
Vidar Løvbrekke Sømme
|
ebde9bd154
|
Remove redundant dependencies in nuget config (#110)
|
9 years ago |
koolhead17
|
aca223bcfb
|
Doc: README.md/Title formatting. (#107)
|
9 years ago |
Harshavardhana
|
8fb951775d
|
signature: Make sure to keep the port along in canonical request. (#104)
Fixes #102
|
9 years ago |
Krishnan Parthasarathi
|
6a120f6bdf
|
Merge pull request #97 from harshavardhana/change
api: Change insecure to secure as other libraries.
|
9 years ago |
Harshavardhana
|
b22ac9ff6a
|
api: Change insecure to secure as other libraries.
|
9 years ago |
Harshavardhana
|
ba3656f0d7
|
api: Remove deprecated ACL related api. (#95)
|
9 years ago |
Krishnan Parthasarathi
|
c1c1835f34
|
Make ListBuckets example use personal s3 credentials for testing (#92)
Made all examples use s3 credentials from App.config
|
9 years ago |
Krishnan Parthasarathi
|
5f6f6a2af0
|
Simplified validations and refactored MinioClient constructor implementation (#91)
|
9 years ago |
Krishnan Parthasarathi
|
fa55b5aecf
|
Added interim functional test for GetObject() using play.minio.io endpoint (#90)
|
9 years ago |
Krishnan Parthasarathi
|
b4722350d6
|
Fixed Minio.Tests's Nunit package reference (#89)
|
9 years ago |
Krishnan Parthasarathi
|
0e2a4ee8de
|
Fixed serialization failure in ListBuckets() (#87)
* Fixed serialization failure in ListBuckets()
* Use minioClient instead of mc to bind MinioClient object
|
9 years ago |
Harshavardhana
|
21c08a3eda
|
Merge pull request #78 from koolhead17/example-change
Modified the example parameters
|
10 years ago |
koolhead17
|
ef7b9006b6
|
Modified the example parameters
|
10 years ago |
Harshavardhana
|
67118c2324
|
Merge pull request #77 from harshavardhana/fix
build: Update to new packages and other related changes.
|
10 years ago |
Harshavardhana
|
1578c2844b
|
build: Update to new packages and other related changes.
|
10 years ago |
Harshavardhana
|
83ac4896f7
|
Merge pull request #76 from harshavardhana/minio-test
PutObject: Limit putObject to 50GB limit.
|
10 years ago |
Harshavardhana
|
d5ae162d91
|
PutObject: Limit putObject to 50GB limit.
|
10 years ago |
Harshavardhana
|
9fa92887e4
|
Merge pull request #75 from harshavardhana/cleanup-minio
cleanup: Minio client cleanup and overall code improvements.
|
10 years ago |
Harshavardhana
|
03e9d7b5f9
|
cleanup: Cleanup make bucket and other parameters this time.
Second attempt Fixes #66, Fixes #63
|
10 years ago |
Harshavardhana
|
f66fba1d2a
|
cleanup: Minio client cleanup and overall code improvements.
First attempt towards .Net standardization.
|
10 years ago |
Harshavardhana
|
b005897a90
|
Merge pull request #74 from harshavardhana/minio-client
PutObject: should take length as receeding argument.
|
10 years ago |
Harshavardhana
|
05bc556a11
|
PutObject: should take length as receding argument.
Fixes #67
|
10 years ago |
Harshavardhana
|
88ae9df81c
|
Merge pull request #72 from harshavardhana/rename
set-app-info: Rename SetUserAgent to SetAppInfo.
|
10 years ago |
Harshavardhana
|
0b0d453db4
|
set-app-info: Rename SetUserAgent to SetAppInfo.
Fixes #65
|
10 years ago |
Harshavardhana
|
2b53f87f47
|
Maintainers document updated.
|
10 years ago |
Harshavardhana
|
9b96a16c53
|
Merge pull request #62 from harshavardhana/examples
examples: Improve .Net examples
|
10 years ago |
Harshavardhana
|
ef014947fb
|
examples: Improve .Net examples
|
10 years ago |
Harshavardhana
|
df8046981a
|
Merge pull request #61 from minio/koolhead17-patch-1
Update README.md
|
10 years ago |
koolhead17
|
c06e047ed9
|
Update README.md
Added recent instructions for installing mono
|
10 years ago |
Harshavardhana
|
0f6533d784
|
Bump to new version 0.2.1
|
10 years ago |