Harshavardhana
|
77a192a7b5
|
Implement CopyObjectPart API (#3663)
This API is implemented to allow copying data from an
existing source object to an ongoing multipart operation
http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html
Fixes #3662
|
2017-01-31 09:38:34 -08:00 |
Anis Elleuch
|
0715032598
|
heal: Add ListBucketsHeal object API (#3563)
ListBucketsHeal will list which buckets that need to be healed:
* ListBucketsHeal() (buckets []BucketInfo, err error)
|
2017-01-19 09:34:18 -08:00 |
Krishnan Parthasarathi
|
c194b9f5f1
|
Implement mgmt REST APIs for heal subcommands (#3533)
The heal APIs supported in this change are,
- listing of objects to be healed.
- healing a bucket.
- healing an object.
|
2017-01-17 10:02:58 -08:00 |
Harshavardhana
|
f57f773189
|
admin: Add missing madmin examples and API docs. (#3483)
|
2016-12-20 18:49:48 -08:00 |
Harshavardhana
|
ff4ce0ee14
|
fs/xl: Combine input checks into re-usable functions. (#3383)
Repeated code around both object layers are moved
and combined into simple re-usable functions.
|
2016-12-01 23:15:17 -08:00 |