trinodb / aws-proxy

Proxy for S3
Apache License 2.0
7 stars 3 forks source link

Add support for AWS logs endpoints #120

Closed Randgalt closed 1 week ago

Randgalt commented 1 month ago

Initial support is for streaming of logs. This is not an exact match but close enough. Users will want a way of accessing the logs programmatically.

Overloads logStreamName to mean the service name. Log endpoint events are not returned by default by can be retrieved by using logStreamName with logs.

Randgalt commented 1 week ago

@vagaerg I finally got around to fixing the backward/forward API. PTAL

Randgalt commented 1 week ago

@vagaerg all comments addressed