如何在C#下载文件amazon s3 bucket? [英] How to download file amazon s3 bucket in C#?

查看:279
本文介绍了如何在C#下载文件amazon s3 bucket?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想下载使用文件亚马逊s3桶。但我不知道。如何用c#方法写下这个下载文件并提供连接?



我尝试过:



public void File()

{

//我不写这个字段。

}

I want to download use file amazon s3 bucket.But I dont know.How to write this download copy file in c# method and provide connection?

What I have tried:

public void File()
{
// I dont write this field.
}

推荐答案

亚马逊和AWS在他们的文档中投入了大量的精力,而且一切都很好明确,使用AWS SDK for .NET获取对象 - Amazon Simple Storage Service [ ^ ]。



您只需要拥有适用于AWS的.NET SDK,并且浏览SDK的文档将帮助您继续执行CRUD操作你有的数据。
Amazon and AWS has invested a huge amount of effort in their documentation and everything is pretty much clear, Get an Object Using the AWS SDK for .NET - Amazon Simple Storage Service[^].

Only thing you need to have is the .NET SDK for AWS, and exploring the documentation of the SDK will help you in order to go ahead and perform the CRUD operations on the data you have.


这篇关于如何在C#下载文件amazon s3 bucket?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆