S3 Inventory Configuration Results API #4082
Labels
feature-request
This issue requests a feature.
s3
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the feature
At present, one can only determine the results of a successful inventory configuration by logging in to the AWS console. The console shows the date and the status of the latest inventory delivery. If it is successful, it links to the S3 location of the delivery.
The following information should be available an API call:
Use Case
The inventory manifest is used to drive S3 Batch automation, and one either has to empirically determine what the path should be by concatenating a bunch of strings that come out of another API call plus a list objects call for this created prefix plus some client-side logic for item filtering by date.
Proposed Solution
s3api
would havelist-bucket-inventory-configuration-results
command that takes bucket name and inventory configuration id. Output would be as described above (status, error message, location). Bonus points if it's the last few items with a boolean flag for latest.Other Information
No response
Acknowledgements
SDK version used
1.34.83
Environment details (OS name and version, etc.)
Any
The text was updated successfully, but these errors were encountered: