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

[S3 Input] Add support for only iterating/accessing only specific folders or datapaths #27965

Closed
P1llus opened this issue Sep 16, 2021 · 1 comment · Fixed by #28252
Closed
Assignees
Labels
Team:Integrations Label for the Integrations team

Comments

@P1llus
Copy link
Member

P1llus commented Sep 16, 2021

Certain hosted S3 buckets, managed by third parties, will give access to only specific datapaths, meaning that the S3 input will always get access denied, because it tries to iterate over the whole S3 bucket.

For example Cisco managed S3 buckets for Umbrella:
https://docs.umbrella.com/deployment-umbrella/docs/cisco-managed-s3-bucket

This only allows you to run the list-objects API inside the specified data path, so it would be great if we had an argument that defines the root datapath in which we run the list-objects API on, else it will just return 403 Access Denied.

@P1llus P1llus added the Team:Integrations Label for the Integrations team label Sep 16, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations (Team:Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants