Apache Ozone + AWS S3 .Net API: PutObject is creating a bucket instead of a key
问题 I am trying to create keys in apache OZone using AWS S3 API for .NET. The key I am trying to create must be inside a bucket called "test" that I created using AWS S3 CLI. My code: static async Task WriteFile() { AmazonS3Config config = new AmazonS3Config(); config.ServiceURL = "http://myApacheOzoneEndpoint:8744"; // This port is mapped from a docker container to (not the original endpoint port for Ozone) AWSCredentials credentials = new BasicAWSCredentials("testuser/scm@EXAMPLE.COM",