Skip to content

Commit 0bb03fe

Browse files
committed
cahnge some other classess access type to internal #5
1 parent e31ee74 commit 0bb03fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Extensions/ConverterExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace FlowSynx.Plugins.Amazon.S3.Extensions;
77

8-
public static class ConverterExtensions
8+
internal static class ConverterExtensions
99
{
1010
private const string MetaDataHeaderPrefix = "x-amz-meta-";
1111

src/Extensions/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace FlowSynx.Plugins.Amazon.S3.Extensions;
44

5-
public static class StringExtensions
5+
internal static class StringExtensions
66
{
77
public static bool IsBase64String(this string value)
88
{

src/PathHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// <summary>
44
/// Path utilities
55
/// </summary>
6-
public static class PathHelper
6+
internal static class PathHelper
77
{
88
/// <summary>
99
/// Character used to split paths

0 commit comments

Comments
 (0)