Skip to content

Commit 0d792f2

Browse files
committed
added missing interface implimentation
Signed-off-by: Neil South <neil.south@answerdigital.com>
1 parent 952ac8f commit 0d792f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugins/AWSS3/StorageAdminService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public class StorageAdminService : IStorageAdminService
3434
public Task<bool> HasConnectionAsync() => throw new NotImplementedException();
3535

3636
public Task RemoveUserAsync(string username) => throw new NotImplementedException();
37+
public Task<bool> SetConnectionAsync() => throw new NotImplementedException();
3738
}
3839
}

0 commit comments

Comments
 (0)