1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00

106 Commits

Author SHA1 Message Date
Anis Elleuch
8acf4d112a Return Owner information in ListObjectV2 only when fetch-owner is specified () 2016-09-10 10:44:38 -07:00
Krishna Srinivas
a4afb312d4 S3-layer: Multiple-delete should return success for non-existent objects. ()
Fixes 
2016-09-07 11:49:12 -07:00
Harshavardhana
2dc7ecc59b notifications: Fix bucket notifications for DeleteMultipleObjects. ()
Now reports bucket notifications for DeleteMultipleObjects API.
Also deletes multiple objects in parallel.
2016-09-02 01:59:08 -07:00
Harshavardhana
ec4260d260 api: BucketNotification should disallow duplicate notification. ()
Added checks to look for duplicated notification configs.

Fixes 
2016-08-23 18:42:30 -07:00
Harshavardhana
975eb31973 api/bucketPolicy: Use minio-go/pkg/set and fix bucket policy regression. ()
Current master has a regression 'mc policy <policy-type> alias/bucket/prefix'
does not work anymore, due to the way new minio-go changes do json marshalling.
This led to a regression on server side when a ``prefix`` is provided
policy is rejected as malformed from th server which is not the case with
AWS S3.

This patch uses the new ``minio-go/pkg/set`` package to address the
unmarshalling problems.

Fixes 
2016-08-20 03:16:38 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00