# Redpanda JSON files to S3

Published articles for Redpanda JSON files to S3.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Writing data from Redpanda to S3

DevFeed: [Writing data from Redpanda to S3](<https://devfeed.tech/articles/writing-data-from-redpanda-to-s3-12782.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/writing-data-redpanda-amazon-s3>)

Author: Chandler Mayo

Published: 2025-07-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Redpanda-Connect](<https://devfeed.tech/topics/redpanda-connect.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [data observability](<https://devfeed.tech/topics/data-observability.md>), [debug](<https://devfeed.tech/topics/debug.md>)

Tags: [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [batch-messages-from-redpanda-to-s3](<https://devfeed.tech/tags/batch-messages-from-redpanda-to-s3.md>), [event-driven-pipelines-with-redpanda-and-s3](<https://devfeed.tech/tags/event-driven-pipelines-with-redpanda-and-s3.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [optimizing-redpanda-data-for-s3](<https://devfeed.tech/tags/optimizing-redpanda-data-for-s3.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [redpanda-community-and-s3-integration](<https://devfeed.tech/tags/redpanda-community-and-s3-integration.md>), [redpanda-connect](<https://devfeed.tech/tags/redpanda-connect.md>), [redpanda-json-files-to-s3](<https://devfeed.tech/tags/redpanda-json-files-to-s3.md>), [redpanda-s3-bucket-configuration](<https://devfeed.tech/tags/redpanda-s3-bucket-configuration.md>), [redpanda-to-amazon-s3-data-streaming](<https://devfeed.tech/tags/redpanda-to-amazon-s3-data-streaming.md>), [redpanda-to-s3-integration](<https://devfeed.tech/tags/redpanda-to-s3-integration.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [setting-up-redpanda-with-amazon-s3](<https://devfeed.tech/tags/setting-up-redpanda-with-amazon-s3.md>), [stream-data-to-amazon-s3-from-redpanda](<https://devfeed.tech/tags/stream-data-to-amazon-s3-from-redpanda.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [writing-data-from-redpanda-to-s3](<https://devfeed.tech/tags/writing-data-from-redpanda-to-s3.md>)

### AI overview

This tutorial shows how to use Redpanda Connect to stream messages from a Redpanda topic into Amazon S3, writing each message as an individual JSON file. It covers deploying a YAML pipeline, configuring its input and output, and notes that the pattern is suited to small datasets, debugging, and archives rather than production-scale throughput.

### Source excerpt

Learn the easiest way to stream data into Amazon S3 from Redpanda.