Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: work around AWS S3 limits (#2629)
Fixes issue #2627 We get/put metadata in dynamodb and it appears there are limits enforced by AWS S3 APIs. https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html If you request more than 100 items, BatchGetItem returns a ValidationException with the message "Too many items requested for the BatchGetItem call." Signed-off-by: Ramkumar Chinchani <[email protected]>
- Loading branch information