AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Class to manage and cache the correct region for buckets accessed without an explicit region.

Inheritance Hierarchy

System.Object
  Amazon.S3.Util.BucketRegionDetector

Namespace: Amazon.S3.Util
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public static class BucketRegionDetector

The BucketRegionDetector type exposes the following members

Properties

NameTypeDescription
Public Property Static Property BucketRegionCache Amazon.Runtime.Internal.Util.LruCache<System.String, Amazon.RegionEndpoint>

A cache of BucketName -> RegionEndpoint pairs. The cache is used to make sure that bucket requests are signed for the correct region, even when requesting them without an explicit region.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5