Save AWS glacier downloaded file to amazon s3 location

173 views Asked by At

I am creating a PHP api's using glacier php sdk for initiating and downloading. and i have successfully downloaded file in my local server.
Now I want to save downloaded archive file from Glacier to S3 location.

I have done some research and didn't find any possible way please help.

1

There are 1 answers

0
Jez Emery On BEST ANSWER

My guess would be, though with little information it's hard to tell, that you need to investigate the Amazon AWS PHP SDK it should contain all of the information you require to PUT files into an S3 bucket