问题标签 [aws-sdk-net]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
34 浏览

aws-sdk-net - 如何构建 aws-sdk-net-master Net35?

当我从https://github.com/aws/aws-sdk-net下载 aws-sdk-net 时,将其导入 VS2019,然后尝试构建 AWSSDK.Net35.sln。get system、system.core 、System.Data 等丢失,然后尝试删除,不能。所以当我在带有 dotnet 的 centos 7 上尝试时无法构建它 在此处输入图像描述 ,它显示缺少框架

0 投票
0 回答
316 浏览

c# - 如何使用 .net 的 awssdk 通过 lambda 函数将数据添加到 kenisis firehose?

我使用 awssdk 版本 3 在 c# 中创建了 lambda 函数,该函数将 json 数据传递给 firehose 流,从而在 S3 存储桶中产生错误的结果

“无效的输出结构:请检查您的函数并确保处理的记录包含 Dropped、Ok 或 ProcessingFailed 的有效结果状态。”

这是我的 lambda 函数代码

0 投票
1 回答
893 浏览

c# - 如何使用 AWSSDK.AppSync .net Core NuGet 包执行突变和查询数据?

我想使用 .net Core 后端的 AppSync 发送聊天消息,使用 nuget 包AWSSDK.AppSync。但我找不到任何指南或示例代码来这样做。

我正在尝试编写类似于AWS 移动示例应用程序 AppSync Chat Starter Angular的代码。目标是在用户(在浏览器上)和我的后端之间进行对话。有许多适用于 iOS、Android、web 和 react native 的示例,我可以在其中找到一些关于如何做到这一点的线索,但无法让它在 .net 核心中运行。到目前为止,我找到的最好的文档是官方的Amazon.AppSync API,但在那里你只会找到类和字段描述,而不是示例代码。

我的 Angular AppSync 聊天示例应用程序运行良好。我也确实设法运行了React 示例应用程序。一切顺利。但是,仅通过阅读角度和反应示例代码,我无法完全理解发生了什么,特别是因为我不精通这些。

AmazonAppSyncClient有一个关于如何初始化、运行一些查询、执行一些突变、订阅/取消订阅和设置后台任务的示例代码会很棒。

0 投票
1 回答
67 浏览

c# - 在不知道对象键值的情况下如何生成预签名 URL

我面临一个需要创建预签名 URL 来上传对象的场景。但我不知道对象的键名。我该怎么做?

可能不是指预签名 URL。但是,有没有办法可以使用 .NET AWS-SDK 做到这一点?

0 投票
1 回答
1935 浏览

c# - 如何在 sns 短信中创建正确的换行符?

我正在使用AWS .NET-SDK通过AWS SNS 服务发送 SMS 消息。到现在为止还挺好; 但是当我使用换行符时,我会?在 SMS 中的换行符开始之前看到这个字符。在该字符之后,按预期添加换行符。?没有这个角色有没有可能换行?

我也试过以下:

  • StringBuilder.AppendLine,
  • "\\n",
  • "\\r\\n",
  • @"\n",
  • @"\r\n",
  • Environment.NewLine

并将字符串编码为 UTF-8。

不起作用的示例:

0 投票
2 回答
666 浏览

aws-sdk - Linux 上的 AWS .NET 开发工具包

我目前正在将第三方制作的 ASP.NET 应用程序从 Windows 移动到 Linux。我阅读了文档,没有任何迹象表明这应该是一个问题,但遗憾的是

引发以下异常

Linux 是否不支持 Amazon .NET SDK(或其中的一部分)?如果是这种情况,是否有可能的解决方法?

0 投票
1 回答
168 浏览

unity3d - Use aws sdk with Unity on a Mac

I've installed unity and am using visual studio for editing scripts on a Mac. How would I go about using the aws sdk to access the sqs or other services?

I've looked here: https://github.com/aws/aws-sdk-net/blob/master/README.md

But I don't really know where to start.

0 投票
1 回答
557 浏览

c# - 从 S3 存储桶获取目录信息:错误:键是目录

我正在使用适用于 .NET 的 AWS SDK,我正在尝试从 S3 存储桶中获取目录信息。

以下代码有效,我可以在我的根目录中获取文件folder

现在我尝试相同的代码,并在下查询sub-folderfolder代码获取目录信息......但是在读取文件内容时,它抛出异常

这是一个例外:

键是一个目录

这就是我初始化 s3Client 的方式:

0 投票
0 回答
31 浏览

c# - What should be the scope of AmazonS3Client object in a web application?

I want to use AWS SDK for .Net to read and write to an S3 bucket, from a web application.

What should be the scope of AmazonS3Client client?

Looking at ASW sample code they are using a static s3Client:

Can I create a static client, for the entire life-time of the application and use the same client for all the web requests?

Or should I create one client per request? i.e. the scope of the object is the web request (as in this example):

If I use the later option, then the web application will potentially create multiple connections to the S3 bucket at the same time, because different users are using the website simultaneously).

0 投票
1 回答
164 浏览

tls1.2 - 支持 TLS v1.2 的 AWS SDK 版本是多少?

我们使用 AWS SDK .NET 从 AWS S3 存储中获取文件。几年前实施该应用程序时,AWS 仅支持 TLS 1.0。现在希望它支持 TLS 1.2。我想知道哪个版本以及在哪里可以下载库/包。.NET Framework 的最低要求是什么?我们使用 AmazonS3Client 处理与 S3 存储帐户的下划线连接。