robinrodricks / FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
MIT License
282 stars 39 forks source link

Aws s3 incorrect handle content-type: application/xml; charset=utf-8 #49

Closed Pchol closed 10 months ago

Pchol commented 10 months ago

Some aws s3 compatible services return content-type header with charset field and AWSSDK.S3 version less then 3.7.202 incorrect handle response if error occur. See here https://github.com/aws/aws-sdk-net/issues/3009

Create mr to fix this.

robinrodricks commented 10 months ago

OK will update and release

robinrodricks commented 10 months ago

Done

https://www.nuget.org/packages/FluentStorage.AWS/5.2.3