Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SemanticBackup.Core/Models/ResourceGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions SemanticBackup/SemanticBackup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>98e83838-8ab0-44d3-a023-52d80ba01705</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyVersion>5.1.4</AssemblyVersion>
<FileVersion>5.1.4</FileVersion>
<AssemblyVersion>5.1.5</AssemblyVersion>
<FileVersion>5.1.5</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading