초기커밋
This commit is contained in:
15
UGQApiServer/Settings/S3Settings.cs
Normal file
15
UGQApiServer/Settings/S3Settings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace UGQDataAccess.Settings;
|
||||
|
||||
#pragma warning disable CS8618
|
||||
|
||||
public class S3Settings
|
||||
{
|
||||
public string AccessKey { get; set; }
|
||||
|
||||
public string SecretAccessKey { get; set; }
|
||||
|
||||
public string BucketName { get; set; }
|
||||
public string RootFolder { get; set; }
|
||||
|
||||
public string DownloadUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user