S3 Test
Some checks failed
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Failing after 54s
Some checks failed
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Failing after 54s
This commit is contained in:
7
Services/Models/S3CreateBucketDto.cs
Normal file
7
Services/Models/S3CreateBucketDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
namespace Pldpro.Web.Models;
|
||||
|
||||
public sealed class S3CreateBucketDto
|
||||
{
|
||||
public string BucketName { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user