Search code examples
amazon-s3ndjson

JSON newline delimited


I have a requirement whereby a third-party system will require to consume JSON files as newline delimited or ndjson from an AWS S3 bucket. I am struggling to find information on how S3 deals with such format. Can I save files as ndsjon?

Thank you


Solution

  • As far as I know, S3 supports any data to store in bucket, since it's a block storage.

    From Amazon Simple Storage Service (S3) — Cloud Storage — AWS:

    Q: What kind of data can I store in Amazon S3?

    You can store virtually any kind of data in any format. Please refer to the Amazon Web Services Licensing Agreement for details.