Harshavardhana
|
634f70f3b0
|
WriteObject() encoded data in go routine, fix another multipart issue
|
9 years ago |
Harshavardhana
|
29838bb851
|
Cleanup temporary writers upon errors during putObject(), all metadata() write operations
|
9 years ago |
Harshavardhana
|
15dd0df187
|
Support signature v4 at rest
|
9 years ago |
Harshavardhana
|
d1deda3a96
|
Add API tests for both donut on disk and donut cache
|
10 years ago |
Harshavardhana
|
3622fbc87d
|
Across donut, split, nimble some code cleanup
|
10 years ago |
Harshavardhana
|
bbb89b5776
|
Add multi-thread protection and also allow atomic file creates, rename upon Close()
|
10 years ago |
Harshavardhana
|
14844f48dd
|
Make donut do everything as an atomic operation, this avoids all the deadlocks and races
|
10 years ago |
Harshavardhana
|
30fc14e703
|
Restructure codebase move crypto, checksum to top-level, move ``split`` into donut, move crypto/keys into api/auth
|
10 years ago |
Harshavardhana
|
8a4e7bcdcf
|
Add full API tests, move storage/donut to donut, add disk tests as well
|
10 years ago |
Harshavardhana
|
7c37e9d06a
|
Make donut fully integrated back into API handlers
|
10 years ago |
Harshavardhana
|
38a6ce36e5
|
Remove slow AppendUniq code, rolling through over a slice is in-efficient
Remove it and use map instead
|
10 years ago |
Harshavardhana
|
335c7827eb
|
More donut, cache, api cleanup
|
10 years ago |
Harshavardhana
|
d07d0c670a
|
Return back proper errors in writeObjectData(), rename few functions
|
10 years ago |
Harshavardhana
|
10c807f233
|
Put object on successful write returns full metadata, to avoid subsequent GetObjectMetadata() calls in driver
|
10 years ago |
Harshavardhana
|
6921328b93
|
Avoid frivolous GetObjectMetadata() calls at driver level, return back all the information in donut ListObjects()
|
10 years ago |
Harshavardhana
|
45a7eab804
|
An attempt to bring in memory layer into donut driver
|
10 years ago |
Harshavardhana
|
f3c25bcfc4
|
Keeping the lexical order same add optimizations, provide a comprehensive response from ListObjects()
|
10 years ago |
Harshavardhana
|
ae66ae42c4
|
Rename functions for their purpose
|
10 years ago |
Harshavardhana
|
9a4680475f
|
Object metadata was wrongly misconstrued to be mutable, handle it
|
10 years ago |
Harshavardhana
|
3aa6d90c5e
|
Avoid racy maps, read from disk on success return quickly. Many more optimizations
|
10 years ago |
Harshavardhana
|
68974918ac
|
Donut moves to typed metadata, removing the necessity for strconv, parsing and string converstions
|
10 years ago |
Harshavardhana
|
767d3743ee
|
Add new metadata definitions and use them
|
10 years ago |
Harshavardhana
|
fb9adb5524
|
Donut cleanup another set
- Make sure to close all readers
- Fix errors in api_testsuite c.Assert(err, IsNil) should be done right after each function call
|
10 years ago |
Harshavardhana
|
eec66f195a
|
Take all the ListObjects into bucket handlers
Earlier the listing would wait for all the objects to be processed
this is essentially very time consuming considering even for 100,000
files.
|
10 years ago |
Harshavardhana
|
45e9d25931
|
Remove more bloated code - simplify
|
10 years ago |
Harshavardhana
|
82dcbf262d
|
Add simple locking for donut API for now - fixes #671
|
10 years ago |
Harshavardhana
|
03b4d3b308
|
Go vet fixes for donut
|
10 years ago |
Harshavardhana
|
57a2b53178
|
Removing further bloated code simplifying
|
10 years ago |
Harshavardhana
|
a2c205ff2e
|
Use external package disk for donut.
|
10 years ago |
Harshavardhana
|
1682c748ac
|
Remove unnecessary interfaces from donut, cleanup
|
10 years ago |
Harshavardhana
|
2fd52ca284
|
Add missing strongly typed errors for Donut
|
10 years ago |
Harshavardhana
|
641f07cecf
|
Use filepath everywhere instead of path.{} functions for portability - fixes #656
|
10 years ago |
Harshavardhana
|
8d06504068
|
Change all minio-io path to minio
|
10 years ago |
Harshavardhana
|
38155e86ac
|
iodine is part of minio now
|
10 years ago |
Harshavardhana
|
7fd1cc073c
|
Add everything back into one project hood, still missing iodine
|
10 years ago |
Frederick F. Kautz IV
|
6241c9880b
|
Moving object storage drivers back to minio
|
10 years ago |
Harshavardhana
|
ec39155089
|
Update minio-io/donut, minio-io/objectdriver
|
10 years ago |
Harshavardhana
|
649f1104dd
|
Pull in new changes from minio-io/objectdriver and minio-io/donut
|
10 years ago |
Harshavardhana
|
b93b6785c2
|
Update to new changes at minio-io/objectdriver and minio-io/donut
New ObjectStorage interface is now fully written and working as
expected.
|
10 years ago |
Harshavardhana
|
0475d7d056
|
Migrate to external Donut package
|
10 years ago |