Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitii committed Oct 14, 2024
1 parent 6ddfb8e commit cb2afe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SleetLib/FileSystem/FileSystemFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ public static async Task<ISleetFileSystem> CreateFileSystemAsync(LocalSettings s
resolvedAcl = S3CannedACL.FindValue(acl);
}

Console.WriteLine($"raw: {acl}, resolved: {(resolvedAcl == null ? "null" : resolvedAcl.Value)}");

// Use the SDK value
var serverSideEncryptionMethodValue = ServerSideEncryptionMethod.None;
if (serverSideEncryptionMethod == "AES256")
Expand Down

0 comments on commit cb2afe0

Please sign in to comment.