def create_s3_object
          puts 'S3 Establishing Connection...'
          $s3_conn = if parent_options[:region]
                        Awscli::Connection.new.request_s3(parent_options[:region])
                      else