fixed deleting buckets method
This commit is contained in:
parent
774291c1c9
commit
6366cb5569
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue