Daniel

Results 4 issues of Daniel

## Problem SSE-C is not working due to ```x-amz-server-side-encryption``` header. See #389 . ## Solution Simple fix, just remove that header. S3 just do not support having ```x-amz-server-side-encryption``` and ```x-amz-server-side-encryption-customer-algorithm```...

I just used the following example: ``` let result = es_client.search_query() .with_indexes(&["client-lists"]) .with_query(&Query::build_match("domain", domain).build()) .send::(); println!("{:?}", result); ``` When there are no results, it returns the expected json: ``` Ok(SearchResult...

I think that would be nice to add mangasee123.com. What do you think? If not you can close this.

Hello, There is no support to set a timeout for the requests. The ```requests``` module have the timeout field, as such it needs to be added to each request and...