Can I programmatically do file I/O on AWS EFS or EB3?

1 view (last 30 days)
I have an AWS EC2 instance and need to determine the feasibility of programmatically copying files from my local file system to an AWS EFS or S3 storage service and vice versa.

Accepted Answer

Walter Roberson
Walter Roberson on 7 Aug 2020
R2020a copyfile() supports aws s3: URI.
  1 Comment
Scott Stearns
Scott Stearns on 8 Aug 2020
Thank you Mr. Roberson. This will be helpful. Looking forward to working with Mathworks to make this functionality available for EFS. Meantime we will use S3 and your info is directly applicable.

Sign in to comment.

More Answers (0)

Categories

Find more on MathWorks Cloud Center in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!