简体   繁体   English

“亚马逊-EBS”文件提取

[英]“Amazon - EBS” file fetch

How to access a folder and get it's files from "Amazon-EBS" through c# .net core application, only know the path to folder.i am new in EBS如何访问文件夹并通过 c# .net 核心应用程序从“Amazon-EBS”获取它的文件,只知道文件夹的路径。我是 EBS 的新手

Amazon EBS is a virtual disk attached to an Amazon EC2 instance. Amazon EBS 是附加到 Amazon EC2 实例的虚拟磁盘。

From within the EC2 instance, it looks just like a local disk.在 EC2 实例中,它看起来就像一个本地磁盘。 Therefore, reference it just like you do a normal disk (eg C: Drive on Windows or full path in Linux).因此,请像处理普通磁盘一样引用它(例如 C:Windows 上的驱动器或 Linux 中的完整路径)。 The fact that it is using Amazon EBS is irrelevant to your C# program.它使用 Amazon EBS 的事实与您的 C# 程序无关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM