fixed deleting buckets method

This commit is contained in:
Kim 2023-03-16 16:22:18 +01:00
parent 774291c1c9
commit 6366cb5569
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public static class InstallationMethods
.WithArguments(new[] .WithArguments(new[]
{ {
"Resources/s3cmd.py", "rb", $"s3://{installation.Id}-{salt}", "--access_key", "Resources/s3cmd.py", "rb", $"s3://{installation.Id}-{salt}", "--access_key",
apiKey apiKey, "--secret_key", secret
}); });
var x = await cmd.ExecuteBufferedAsync(); var x = await cmd.ExecuteBufferedAsync();
return x.ExitCode == 0; return x.ExitCode == 0;