gpt4 book ai didi

.net - 如何在 Amazon S3 中获取 MIME 类型的对象?

转载 作者:行者123 更新时间:2023-12-01 08:35:50 24 4
gpt4 key购买 nike

有没有办法检索 S3 中对象的 MIME 类型。我正在尝试实现一个解决方案,在该解决方案中我将从 S3 获取多个对象。我可以通过某种方式从 Amazon S3 获取 MIME 类型,而不是使用那里的键然后获取子字符串来计算 MIME 类型吗?我正在使用 cloud berry explorer pro,我知道它让您设置 MIME 类型,但我们如何使用适用于 .NET 的 AWS 开发工具包或 REST API 检索此信息?

最佳答案

REST API 提供了 HEAD Object用于此目的的操作和 AWS SDK for .NET通过 GetObjectMetadata() 方便地包装了相同的功能方法:

The GetObjectMetadata operation is used to retrieve information about a specific object or object size, without actually fetching the object itself. This is useful if you're only interested in the object metadata, and don't want to waste bandwidth on the object data. The response is identical to the GetObject response, except that there is no response body. [emphasis mine]

关于.net - 如何在 Amazon S3 中获取 MIME 类型的对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10729754/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com