Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: S3 Path Based on Data #17603

Open
1 task
bbernays opened this issue Apr 11, 2024 · 0 comments
Open
1 task

feat: S3 Path Based on Data #17603

bbernays opened this issue Apr 11, 2024 · 0 comments

Comments

@bbernays
Copy link
Collaborator

Which problem is this feature request solving?

When syncing large amounts of data from an AWS organization I want to be able to structure the path based on my access patterns. If Most of my access patterns are based on AccountID I want to be able to have AccountID in the path, but because I am using the Org feature I would have to make a job and config for each account which not feasible because accounts are always being added and removed

Describe the solution you'd like

It would be helpful if I could define a path variable whose value would be determined by the data being synced.

For example if I am syncing EC2 instance data, I know that there are columns for region and account_id. I would want to set my path as:

{{.account_id}}/{{.region}}/{{UUID}}.{{FORMAT}}

And then the S3 plugin would extract account_id and region so the data would go to the right object.

Pull request (optional)

  • I can submit a pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant