initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Indotalent.Infrastructure.File.Aws;
|
||||
|
||||
public class AwsS3SettingsModel
|
||||
{
|
||||
public bool IsUsed { get; set; }
|
||||
public string AccessKey { get; set; } = string.Empty;
|
||||
public string SecretKey { get; set; } = string.Empty;
|
||||
public string BucketName { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user