0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg/meta
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
..
boltdb ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
common refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
convert ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
dynamodb fix: work around AWS S3 limits (#2629) 2024-09-12 08:26:43 -07:00
proto ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
types feat(cve): cli cve diff (#2242) 2024-03-06 10:40:29 +02:00
version ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
hooks.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
hooks_test.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
meta.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
meta_test.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
parse.go refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
parse_test.go ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00