Package com.nexomc.nexo.pack.server
Class S3Server
-
- All Implemented Interfaces:
-
com.nexomc.nexo.pack.server.NexoPackServer
public final class S3Server implements NexoPackServer
-
-
Field Summary
Fields Modifier and Type Field Description private final S3Clients3Clientprivate final BooleanisPackUploaded
-
Constructor Summary
Constructors Constructor Description S3Server()
-
Method Summary
Modifier and Type Method Description final S3ClientgetS3Client()BooleanisPackUploaded()StringpackUrl()CompletableFuture<Void>uploadPack()-
-
Method Detail
-
getS3Client
final S3Client getS3Client()
-
isPackUploaded
Boolean isPackUploaded()
-
uploadPack
CompletableFuture<Void> uploadPack()
-
-
-
-