Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 2586031

Browse files
author
Andrew Selden
committed
Removed out of date comments
1 parent 7252797 commit 2586031

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

aws/src/main/java/com/cloudflare/elastic/ElasticLambdaForwarder.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,7 @@ public class ElasticLambdaForwarder implements RequestHandler<S3Event, Void>
8989
private static boolean ELASTIC_DEBUG = false;
9090
private static boolean USE_AWS_CREDENTIALS = false;
9191

92-
private static final String INDEX_MAPPING_TYPE = "doc"; // XXX FIX THIS TO BE _DOC AFTER DASHBOARDS ARE CONVERTED
93-
94-
/*
95-
XXX - THINGS TO FIX
96-
97-
1. Change mapping type to _doc
98-
2. Implement time-based indexing
99-
3. S3 credentials
100-
*/
92+
private static final String INDEX_MAPPING_TYPE = "doc";
10193

10294
@Override
10395
public Void handleRequest(S3Event event, Context context)

0 commit comments

Comments
 (0)