Code Review in Software Development Process

Code Review in Software Development Process

In the Software Development process, code review is one of the major processes. It plays a vital role in developing quality software and reducing human errors. This article highlights the significance of code review and tries to answer ...

September 8, 2020 ยท 6 min ยท 1207 words ยท Prakash Bhandari
How to Copy S3 Bucket Objects From One AWS Account to Another Account

How to Copy S3 Bucket Objects From One AWS Account to Another Account

I had to transfer the S3 bucket objects form one AWS account (Source account) to another AWS account (Destination Account) within the same region. But, transferring the objects form one AWS account to another is not straight forward. According to AWS documentation its transfer the ownership of S3 objects from one account to another AWS account rather than transferring the objects itself. To transfer this ownership we have to go through multiple steps....

September 23, 2019 ยท 4 min ยท 738 words ยท Prakash Bhandari