minio/vendor
Harshavardhana 975eb31973 api/bucketPolicy: Use minio-go/pkg/set and fix bucket policy regression. (#2506)
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 #2503
2016-08-20 03:16:38 -07:00
..
github.com api/bucketPolicy: Use minio-go/pkg/set and fix bucket policy regression. (#2506) 2016-08-20 03:16:38 -07:00
golang.org/x vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
gopkg.in api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
vendor.json api/bucketPolicy: Use minio-go/pkg/set and fix bucket policy regression. (#2506) 2016-08-20 03:16:38 -07:00