I’m running into issues with some basic requests using the .NET AWS S3 client and tigris.
The examples only have ListBuckets and ListObjectsV2 usage and ListBuckets does return my newly created bucket name, so it appears that the client is configured properly (it’s able to get a correct response from the API). However, when I try to PutObject the request hangs and eventually fails with an IOException “The response ended prematurely”. Not really sure how to begin debugging this one. The request is straightforward with the bucket name, key (test), and content body (test).