otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Group S3 object operations as wildcard #187

Closed orishavit closed 7 months ago

orishavit commented 7 months ago

Description

Merge discovered intents to S3 object (files) into a wildcard intent.

Example: a GetObject operation to two files:

s3://some-bucket/file-0.txt
s3://some-bucket/file-1.txt

will create an intent for s3://some-bucket/*

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

Checklist