minio/pkg/sys
Harshavardhana 064c51162d api: Add new ListenBucketNotificationHandler. (#2336)
This API is precursor before implementing `minio lambda` and `mc` continous replication.

This new api is an extention to BucketNofication APIs.

// Request
```
GET /bucket?notificationARN=arn:minio:lambda:us-east-1:10:minio HTTP/1.1
...
...
```

// Response
```

{"Records": ...}
...
...
...
{"Records": ...}
```
2016-08-04 22:01:58 -07:00
..
stats.go Object-cache: enforce cache size to be less than RAM. (#2338) 2016-08-02 10:04:35 -07:00
stats_bsd.go Object-cache: enforce cache size to be less than RAM. (#2338) 2016-08-02 10:04:35 -07:00
stats_darwin.go Object-cache: enforce cache size to be less than RAM. (#2338) 2016-08-02 10:04:35 -07:00
stats_linux.go api: Add new ListenBucketNotificationHandler. (#2336) 2016-08-04 22:01:58 -07:00
stats_test.go api: Add new ListenBucketNotificationHandler. (#2336) 2016-08-04 22:01:58 -07:00
stats_windows.go Object-cache: enforce cache size to be less than RAM. (#2338) 2016-08-02 10:04:35 -07:00