thecontinuousjourney.comThe First Way: The Principles of Flow: Part-1Hello everyone. Welcome Back to the series after a very long time. The delay wasn’t intentional but it so happened. Hoping to be consistent henceforth. In the previous article of the series, we discussed in brief all the three ways. Now in this one, ...Oct 15, 2025·2 min read
thecontinuousjourney.comTypes of Object Encryption in AWS S3Welcome back to the AWS SAA series. We will continue from where we left in the last blog. Buckets aren’t encrypted. But Objects are. Each object could be using different encryption settings. There are two main types of encryption at rest: Client sid...Jul 5, 2024·2 min read
thecontinuousjourney.comAWS Key Management Service - An IntroductionThe next topic in our series would be about Key Management Service before we can discuss how encryption happens in the S3 buckets. This is a separate topic in itself. Lets start. AWS Key Management Service (AWS KMS) lets us create, manage, and contro...Jun 7, 2024·6 min read
thecontinuousjourney.comAWS S3 Performance OptimizationHello there, continuing with our series, lets look into AWS S3 Performance optimization w.r.t uploads Single PUT upload This is the S3 Default upload method The data is transferred in a single stream to S3 A file becomes an object and is uploaded usi...Jun 5, 2024·2 min read
thecontinuousjourney.comS3 Object Versioning & MFA DeleteObject versioning is a feature which can be enabled on an S3 bucket - allowing the bucket to store multiple versions of objects These objects can be referenced by their version ID to interact directly - or omit this to reference the latest version of...Jun 5, 2024·3 min read