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.

If the given Uri is an AmazonS3Endpoint return true and set the AmazonS3Uri out parameter.

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

Syntax

C#
public Boolean TryParseAmazonS3Uri(
         Uri uri,
         AmazonS3Uri amazonS3Uri
)

Parameters

uri
Type: System.Uri

amazonS3Uri
Type: Amazon.S3.Util.AmazonS3Uri

Return Value


Type: Boolean
true if the Uri is an AmazonS3Endpoint, and the out paramter has been filled in, false otherwise

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