Harshavardhana
b8e9834faa
Rename parms as --> params for brevity and misc cleanup
10 years ago
Frederick F. Kautz IV
b2c3172095
Adding sha512 support for pre-encoded data and verification on decode
10 years ago
Frederick F. Kautz IV
befac7d047
Exorcising donutbox
10 years ago
Frederick F. Kautz IV
eb8005cc65
Reading correct block size in erasure coded data
10 years ago
Anand Babu (AB) Periasamy
b9b0b35edf
removed private k and m and some more cleanups
10 years ago
Anand Babu (AB) Periasamy
3a76229551
encoded size function is now public + some janitor duty
10 years ago
Harshavardhana
3929135c34
Make sure we use O_EXCL with O_CREATE to make sure we don't trip over existing file
10 years ago
Harshavardhana
2fa9320df2
De-couple donut into smaller files, useful for ease in external integration
10 years ago
Frederick F. Kautz IV
55f3659bb3
Removing log tracers
10 years ago
Frederick F. Kautz IV
03f51eac29
Adding list objects to donut
10 years ago
Harshavardhana
4b9fbd3b3a
DonutfileWriter should return value of file.Close()
10 years ago
Frederick F. Kautz IV
ced6edc9fe
Minor change, removing unnecessary commented method
10 years ago
Frederick F. Kautz IV
99cf484488
Adding GetObjectMetadata to donut
10 years ago
Frederick F. Kautz IV
703af6c3ce
Removing gob from donut driver
10 years ago
Harshavardhana
95affcb119
Fix build issues for new DonutDriver()
10 years ago
Frederick F. Kautz IV
933d44c656
New donut driver with local file encoding
10 years ago
Harshavardhana
a8056c4c12
Return error during JoinFiles back to the caller for inspection
10 years ago
Harshavardhana
2b0b5f014a
Update license header Mini should be Minimalist really
10 years ago
Harshavardhana
c3602967ab
Fix bucketpolicy to handle s3 and minio policy names separately.
...
Also fix an apparent bug in GetBucketPolicy{}
10 years ago
Harshavardhana
6eb5315249
Resource list updates
10 years ago
Harshavardhana
a1baed3bbc
Refactor to move config handling into api/
10 years ago
Harshavardhana
7ce3ab3193
Restructure minio api, move signature checks from utils to Api.
10 years ago
Frederick F. Kautz IV
2c69433588
Adding interfaces for donut driver
10 years ago
Frederick F. Kautz IV
bf86e78714
Renaming files to match
10 years ago
Frederick F. Kautz IV
1c9e550ee6
Renaming encoded driver to donutstorage
10 years ago
Frederick F. Kautz IV
d7f00194b5
Adding interfaces for implementing against
10 years ago
Frederick F. Kautz IV
d6be8d3517
Removing block size from donut writer, no longer necessary
10 years ago
Harshavardhana
74b3d092f2
Now MinioAPI handles Content-MD5 set during putObject()
...
- This change also facilitates proper error response
in case of md5 mismatch or corruption
- TODO a test function needs to be implemented
10 years ago
Harshavardhana
dccf32e5c4
Remove contenttype pseudo func()
10 years ago
Frederick F. Kautz IV
90b337a3e8
Fixing order of input and layout in time.Parse
10 years ago
Frederick F. Kautz IV
25725c442a
Moving to more accurate RFC3339
10 years ago
Frederick F. Kautz IV
e36fa95f1f
Moving from iso8601 to RFC3339
10 years ago
Frederick F. Kautz IV
598eb5192e
Encoded now passes tests, enabling.
10 years ago
Harshavardhana
6d71935ea5
Encoded storage type now feature complete
10 years ago
Frederick F. Kautz IV
34cf6682fe
list objects in buckets
10 years ago
Frederick F. Kautz IV
1a88b36c55
Switching from base64 to hex for etag
10 years ago
Harshavardhana
b495f15178
Make blockSize as constant
10 years ago
Frederick F. Kautz IV
211b084e50
Performing etag off of bytes rather than md5 string
10 years ago
Frederick F. Kautz IV
583c32c774
Metadata now stores hex md5, not base64. Minio API now converts md5 hex to base64.
10 years ago
Frederick F. Kautz IV
10ae089c46
Better handling of metadata in encoded
10 years ago
Harshavardhana
15f68972a5
Some necessary cleanup
...
- Rename 'fs' as 'file' for brevity
- Rename 'inmemory' as 'memory' for brevity
- Change everywhere else
10 years ago
Harshavardhana
765fde13f1
Remove x509 package, janitor continuation monad
10 years ago
Harshavardhana
596eeb097e
Move from fmt.Errorf to errors.New
...
In many cases fmt.Errorf is good enough, but since
error is an interface, you can use arbitrary data
structures as error values, to allow callers to
inspect the details of the error.
10 years ago
Frederick F. Kautz IV
a589ddaddf
Decoding and returning objects now works
10 years ago
Frederick F. Kautz IV
682bf085c4
Metadata and writing the object are now both committed together.
10 years ago
Frederick F. Kautz IV
96d0a089b8
Adding create bucket to encoded
10 years ago
Harshavardhana
3f95c55067
Skip uinimplemented tests and some cleanup
10 years ago
Frederick F. Kautz IV
3e453a394a
Working in memory donut driver
10 years ago
Frederick F. Kautz IV
15d5e74837
More testing
10 years ago
Frederick F. Kautz IV
7e61696901
Inmemory donutbox is now thread safe
10 years ago