I want to transfer a file whose size is greater than 70Mbs into two S3 buckets ( 1 - Our S3 bucket in same region and 2 - Client's S3 bucket in different region) of different region with minimum transfer time.
Following are the steps which I have implemented for the above requirement but it is taken too much time to transfer file specially in client's S3 bucket
I have also tried an alternate way to do the same is - first transfer file into our S3 bucket then transfer that file from our bucket to client's bucket through COPY Object function, but i found this process is also taking too much time.
So please help me out on this. I want to reduce the time taken to transfer the file into S3 bucket which is in different region. And Yes I forget to mention that I am using PHP as a client so please provide solution in php.
Thank in advance, Any help or suggestion would be appreciated.