How to Copy objects from one bucket to another (or within the same bucket) in S3 Before running the below script, ensure you have gem 'aws-sdk-s3' installed on your system.## require the gem in console require 'aws-sdk-s3' Aws.config.update( region: ENV['AWS_REGION'], credentials: Aws::Credentials.new(ENV[