Blobs maximum number of keys in store

I’ve tried searching, but couldn’t find anything mentioning a maximum number of keys allowed for a store using the Blobs api.

The docs mention:

An individual object’s total size cannot exceed 5 GB

So I’m taking that to mean that there isn’t a hard limit on the number of keys allowed, and it’s more that the key value store in total (keys + whatever data I’m storing under each key) needs to be under 5 GB with no limit on the number of keys. Is that correct?

Yeah, no limit for number of keys.

2 Likes