We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ac8f commit 0d792f2Copy full SHA for 0d792f2
src/Plugins/AWSS3/StorageAdminService.cs
@@ -34,5 +34,6 @@ public class StorageAdminService : IStorageAdminService
34
public Task<bool> HasConnectionAsync() => throw new NotImplementedException();
35
36
public Task RemoveUserAsync(string username) => throw new NotImplementedException();
37
+ public Task<bool> SetConnectionAsync() => throw new NotImplementedException();
38
}
39
0 commit comments