Skip to content

Commit ce6e448

Browse files
Update IAWSS3BucketClientOptions.cs
1 parent 4fa5aad commit ce6e448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ImageSharp.Web.Providers.AWS/IAWSS3BucketClientOptions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
33

4-
using Amazon.S3;
5-
64
namespace SixLabors.ImageSharp.Web;
75

86
/// <summary>
@@ -11,7 +9,7 @@ namespace SixLabors.ImageSharp.Web;
119
public interface IAWSS3BucketClientOptions
1210
{
1311
/// <summary>
14-
/// Gets or sets a custom a factory method to create an <see cref="AmazonS3Client"/>.
12+
/// Gets or sets a custom factory method to create an <see cref="AmazonS3BucketClient"/>.
1513
/// </summary>
1614
public Func<IAWSS3BucketClientOptions, IServiceProvider, AmazonS3BucketClient>? S3ClientFactory { get; set; }
1715

0 commit comments

Comments
 (0)