minio/pkg
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
..
bpool optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
disk posix: checkDiskFree() also checks free inodes. (#2086) 2016-07-03 22:34:45 -07:00
mimedb setBucketMetadata: Fix a deadlock. 2016-02-05 15:48:08 -08:00
objcache XL/PutObject: Add single putObject and multipart caching. (#2115) 2016-07-08 20:34:27 -07:00
quick server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
safe pkg/safe: remove temporary file on failure (#1774) 2016-05-28 15:15:53 -07:00
sys api: Add new ListenBucketNotificationHandler. (#2336) 2016-08-04 22:01:58 -07:00
wildcard bucket policy: Support for '?' wildcard. (#2353) 2016-08-04 00:41:32 -07:00