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 V2ClientModifierConstructorDescriptionprotectedAWSS3V2Cloud(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 V2ClientTestAWSPut.getClientAWS()static V2ClientTestGetObject.getClientAWS()static V2ClientTestGetObjectRange.getClientAWS()static V2ClientTestGetPresigned.getClientAWS()static V2ClientTestState.getClientAWS()static V2ClientTestAWSPut.getClientMinio()static V2ClientTestGetObject.getClientMinio()static V2ClientTestGetObjectRange.getClientMinio()static V2ClientTestGetPresigned.getClientMinio()static V2ClientTestState.getClientMinio()static V2ClientTestAWSPut.getClientSDSC()static V2ClientTestGetObject.getClientSDSC()static V2ClientTestGetObjectRange.getClientSDSC()static V2ClientTestGetPresigned.getClientSDSC()static V2ClientTestState.getClientSDSC()static V2ClientTestAWSPut.getClientWasabi()static V2ClientTestGetObject.getClientWasabi()static V2ClientTestGetObjectRange.getClientWasabi()static V2ClientTestGetPresigned.getClientWasabi()static V2ClientTestState.getClientWasabi()Methods in org.cdlib.mrt.s3v2.test with parameters of type V2ClientModifier and TypeMethodDescriptionstatic voidstatic voidprotected static PropertiesTestGetObject.doGetObject(V2Client v2client, String bucketName, String key, String downFilePath, String sha256, TestGetObject.DownloadType downloadType) protected static PropertiesTestServices.doGetObjectAsync(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static PropertiesTestState.doGetObjectAsync(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestGetPresigned.doGetObjectPresign(V2Client v2client, String bucketName, String key, Long minutes, String contentType, String contentDisposition) protected static PropertiesTestGetObjectRange.doGetObjectRange(V2Client v2client, String bucketName, String key, String downFilePrefix, Long startByte, Long endByte) protected static PropertiesTestServices.doGetObjectSync(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static PropertiesTestState.doGetObjectSync(V2Client v2client, String bucketName, String key, String filePath, String sha256) static voidprotected static voidTestServices.doPutObject(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestState.doPutObject(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestServices.doUpload(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestState.doUploadAsync(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestServices.doUploadMultipart(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestState.doUploadMultipart(V2Client v2client, String bucketName, String key, String filePath, String sha256) protected static voidTestState.doUploadSync(V2Client v2client, String bucketName, String key, String filePath, String sha256) static voidTestState.testState(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath) static voidTestState.testStateAsync(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath) static voidTestState.testStateSync(V2Client v2client, String bucketName, String key, String sha256, String upFilePath, String downFilePath)