Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

77
Views
how to move whole folder form EC2 to S3 using PHP

I am learning AWS. I have a task to move the whole folder form EC2 to S3. is it possible and how? Need some advice on it. I am able to move single file only.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I think I found an answer

    <?php

    require("app/start.php");       

    $s3->uploadDirectory('app', 'cbtest', '', array(
        'params'      => array('ACL' => 'public-read'),
        'concurrency' => 20,
        'debug'       => true
    ));

?>

It is transferring whole app directory with subdirectory into S3 from EC2.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!