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 S3Client
s3Client
private final Boolean
isPackUploaded
-
Constructor Summary
Constructors Constructor Description S3Server()
-
Method Summary
Modifier and Type Method Description final S3Client
getS3Client()
Boolean
isPackUploaded()
String
packUrl()
CompletableFuture<Void>
uploadPack()
-
-
Method Detail
-
getS3Client
final S3Client getS3Client()
-
isPackUploaded
Boolean isPackUploaded()
-
uploadPack
CompletableFuture<Void> uploadPack()
-
-
-
-