File format for key-value pairs - Amazon CloudFront
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

File format for key-value pairs

When you create a UTF-8 encoded file, use the following JSON format:

{ "data":[ { "key":"key1", "value":"value" }, { "key":"key2", "value":"value" } ] }

Your file can't include duplicate keys. If you specified an invalid file in your Amazon S3 bucket, you can update the file to remove any duplicates and then try creating your key value store again.

For more information, see Create a key value store.

Note

The file for your data source and its key-value pairs have the following limits:

  • File size – 5 MB

  • Key size – 512 characters

  • Value size – 1024 characters