As far as I know, you cannot transfer S3 buckets from account to another but you can copy the bucket objects into a bucket into another account.
Use the following command to syn both the s3 buckets:
aws s3 sync s3://sourcebucket s3://destinationbucket