aws / amazon-ecs-service-connect-agent

Amazon ECS Service Connect Agent
Apache License 2.0
27 stars 10 forks source link

Upload Envoy profiles to S3 bucket #62

Closed suniltheta closed 9 months ago

suniltheta commented 9 months ago

Summary

This change will upload Envoy profiles to S3 bucket before SC agent terminates

Do not merge before adding unit tests

To use you will have to run below command to get all the dependancies. Didn't include vendor changes to keep this draft PR small.

go mod vendor

Testing

New tests cover the changes: no

This change lacks unit testing coverage.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.