JSON 换行分隔
JSON newline delimited
我有一个要求,即第三方系统需要使用 AWS S3 存储桶中的 JSON 文件作为换行符分隔或 ndjson。我正在努力寻找有关 S3 如何处理这种格式的信息。我可以将文件保存为 ndsjon 吗?
谢谢
据我所知,S3支持任何数据存储在桶中,因为它是块存储。
来自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.
我有一个要求,即第三方系统需要使用 AWS S3 存储桶中的 JSON 文件作为换行符分隔或 ndjson。我正在努力寻找有关 S3 如何处理这种格式的信息。我可以将文件保存为 ndsjon 吗?
谢谢
据我所知,S3支持任何数据存储在桶中,因为它是块存储。
来自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.