// if (found.hasContentType()) {
// response.header(HttpHeaders.CONTENT_TYPE, found.getContentType());
// }
if (found.hasBucketAttributes()) {
BucketAttributes bucketAttributes = found.getBucketAttributes();
if (bucketAttributes.hasAclRead()) {
response.header(HEADER_ACL_READ, bucketAttributes.getAclRead());
}
}
// X-Container-Meta-Web-Error
// X-Container-Meta-Web-Index