diff --git a/SemanticBackup.Core/Models/ResourceGroup.cs b/SemanticBackup.Core/Models/ResourceGroup.cs
index 219df48..5b3df1f 100644
--- a/SemanticBackup.Core/Models/ResourceGroup.cs
+++ b/SemanticBackup.Core/Models/ResourceGroup.cs
@@ -86,7 +86,7 @@ public class ObjectStorageDeliveryConfig
public bool IsEnabled { get; set; } = false;
public string Server { get; set; } = "localhost";
public int Port { get; set; } = 9000;
- public string Bucket { get; set; } = "buckups";
+ public string Bucket { get; set; } = "backups";
public string AccessKey { get; set; } = string.Empty;
public string SecretKey { get; set; } = string.Empty;
public bool UseSsl { get; set; } = false;
diff --git a/SemanticBackup/SemanticBackup.csproj b/SemanticBackup/SemanticBackup.csproj
index caef0a0..bf66518 100644
--- a/SemanticBackup/SemanticBackup.csproj
+++ b/SemanticBackup/SemanticBackup.csproj
@@ -4,8 +4,8 @@
net8.0
98e83838-8ab0-44d3-a023-52d80ba01705
Linux
- 5.1.4
- 5.1.4
+ 5.1.5
+ 5.1.5