This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -20,6 +20,10 @@ using Amazon.Runtime.Internal;
namespace ServerCore;
// HANDOVER: AWS S3 SDK Wrapper 클래스 이다.
// S3 저장소에 관리할 Bucket 정보를 관리해 준다.
public abstract class S3ConnectorBase
{
private AmazonS3Client? m_s3_client;