Uses of Class
org.cdlib.mrt.s3v2.action.V2Client
Packages that use V2Client
-
Uses of V2Client in org.cdlib.mrt.s3v2.action
Methods in org.cdlib.mrt.s3v2.action that return V2Client -
Uses of V2Client in org.cdlib.mrt.s3v2.aws
Constructors in org.cdlib.mrt.s3v2.aws with parameters of type V2ClientModifierConstructorDescriptionprotected
AWSS3V2Cloud
(V2Client v2Client, org.cdlib.mrt.utility.LoggerInf log) -
Uses of V2Client in org.cdlib.mrt.s3v2.test
Methods in org.cdlib.mrt.s3v2.test that return V2ClientModifier and TypeMethodDescriptionstatic V2Client
TestAWSPut.getClientAWS()
static V2Client
TestGetObject.getClientAWS()
static V2Client
TestGetObjectRange.getClientAWS()
static V2Client
TestGetPresigned.getClientAWS()
static V2Client
TestState.getClientAWS()
static V2Client
TestAWSPut.getClientMinio()
static V2Client
TestGetObject.getClientMinio()
static V2Client
TestGetObjectRange.getClientMinio()
static V2Client
TestGetPresigned.getClientMinio()
static V2Client
TestState.getClientMinio()
static V2Client
TestAWSPut.getClientSDSC()
static V2Client
TestGetObject.getClientSDSC()
static V2Client
TestGetObjectRange.getClientSDSC()
static V2Client
TestGetPresigned.getClientSDSC()
static V2Client
TestState.getClientSDSC()
static V2Client
TestAWSPut.getClientWasabi()
static V2Client
TestGetObject.getClientWasabi()
static V2Client
TestGetObjectRange.getClientWasabi()
static V2Client
TestGetPresigned.getClientWasabi()
static V2Client
TestState.getClientWasabi()
Methods in org.cdlib.mrt.s3v2.test with parameters of type V2ClientModifier and TypeMethodDescriptionstatic void
static void
protected static Properties
TestGetObject.doGetObject
(V2Client v2client, String bucketName, String key, String downFilePath, String sha256, TestGetObject.DownloadType downloadType) protected static Properties
TestServices.doGetObjectAsync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static Properties
TestState.doGetObjectAsync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestGetPresigned.doGetObjectPresign
(V2Client v2client, String bucketName, String key, Long minutes, String contentType, String contentDisposition) protected static Properties
TestGetObjectRange.doGetObjectRange
(V2Client v2client, String bucketName, String key, String downFilePrefix, Long startByte, Long endByte) protected static Properties
TestServices.doGetObjectSync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static Properties
TestState.doGetObjectSync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) static void
protected static void
TestServices.doPutObject
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestState.doPutObject
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestServices.doUpload
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestState.doUploadAsync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestServices.doUploadMultipart
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestState.doUploadMultipart
(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static void
TestState.doUploadSync
(V2Client v2client, String bucketName, String key, String filePath, String sha256) static void
TestState.testState
(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath) static void
TestState.testStateAsync
(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath) static void
TestState.testStateSync
(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath)