0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/meta/dynamodb
Ramkumar Chinchani 98c8e2801c
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 <rchincha@cisco.com>
2024-09-12 08:26:43 -07:00
..
dynamodb.go fix: work around AWS S3 limits (#2629) 2024-09-12 08:26:43 -07:00
dynamodb_internal_test.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
dynamodb_test.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
iterator.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
parameters.go chore: fix dependabot alerts (#2462) 2024-06-12 22:51:32 -07:00