-
Notifications
You must be signed in to change notification settings - Fork 350
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
Add prefix parameter in s3_object_info module to list S3 objects under a specific prefix #2477
Comments
Hi @mredouin, thanks for filing this issue. Would you be open to submitting a pull request for the feature? |
Hello @abikouo, thank you. |
Hello @abikouo, I could download and install the collection from this PR. It worked fine: I could use s3_object_info with the prefix parameter and it worked as expected. |
SUMMARY Closes #2477 ISSUE TYPE Feature Pull Request COMPONENT NAME s3_object_info Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis
Summary
As the support for list has been deprecated in s3_object module (and will be removed), I was looking for a way to list the content of a S3 bucket under a specific prefix.
I did not find this option in s3_object_info module.
Issue Type
Feature Idea
Component Name
amazon.aws.s3_object_info
Additional Information
S3bucket , aws_region, prefix are defined beforehand.
Access keys and secret has been defined to access the S3 bucket.
Code of Conduct
The text was updated successfully, but these errors were encountered: