In the previous episodes of our document migration series, we retrieved business files from a file system, interpreted folder paths as business properties, and enriched documents with structured metadata. Now, it’s time to take the next big step: storing both the content and its metadata in AWS S3, using Fast2.
This article shows how to automate the process of uploading documents and storing metadata as JSON files in S3 buckets, setting the stage for scalable, cloud-native ECM strategies.
Why Use AWS S3 for Document and Metadata Storage?
Amazon S3 offers secure, scalable, and highly durable storage — making it an ideal destination for enterprise content migration.
Storing documents in S3 along with structured metadata (in JSON format) allows for:
With Fast2, this process can be automated and modular — no need for manual uploads or fragile scripts.
Step-by-Step: Automating the S3 Upload Workflow with Fast2
1. Upload Documents to AWS S3
We start by using the AWS injector module in Fast2 to upload the binary document content.
Configuration steps:
Once executed, the files are uploaded and Fast2 stores the S3 key as migration-oriented data, useful for future reference.
2. Clean Metadata Before Storing
We don’t need to store all metadata — only what matters.
To streamline the JSON output:
This ensures the JSON file will be concise and relevant.
3. Update Document Content Reference to S3
This ensures the migration item accurately reflects the actual content location.
4. Write Metadata to JSON Files
Next, we serialize the cleaned metadata into JSON format:
This structure ensures organized and traceable metadata storage, ready for downstream processing.
5. Attach the JSON Metadata File to the Document
The generated JSON metadata file is then attached to the document as side content:
This links the document with its metadata in a clean, manageable way.
6. Push the JSON Metadata to AWS S3
Finally, we push the JSON file to S3, using the same injector module:
This ensures each document in S3 is accompanied by its corresponding metadata file.
Results: A Clean, Structured Migration to S3
At the end of this workflow:
This setup supports scalable ECM migrations, enables AI readiness, and future-proofs your content architecture.
🎬 Want to see it in action? Watch the video :
What’s Next? AI-Based Metadata Enrichment
With documents and metadata safely in AWS S3, the next step is AI enrichment.
In the next episode, we’ll explore how to use content analysis to validate or enhance metadata — going beyond structure to add real business value.
💡 Questions or ideas? Leave a comment under the video, and let's discuss the best practices for optimizing your own migrations!