-
Methods Method Description com.emc.object.ObjectConfig.getEncryptionConfig() (2.0.3) always returns null (seeObjectConfig.setEncryptionConfig(EncryptionConfig)
)com.emc.object.ObjectConfig.setEncryptionConfig(EncryptionConfig) (2.0.3) this method does nothing. EncryptionConfig instance should be passed to the constructor of an encryption clientcom.emc.object.ObjectConfig.withEncryptionConfig(EncryptionConfig) (2.0.3) this method does nothing. EncryptionConfig instance should be passed to the constructor of an encryption clientcom.emc.object.ObjectRequest.getQueryString() (2.0.4) useObjectRequest.getRawQueryString()
insteadcom.emc.object.s3.jersey.S3JerseyClient.shutdown() (2.0.3) use destroy() insteadcom.emc.object.s3.request.PutObjectRequest.getRetentionPeriod() Use the methodcom.emc.object.s3.S3ObjectMetadata.getRetentionPeriod
in preference to this one.com.emc.object.s3.request.PutObjectRequest.getRetentionPolicy() Use the methodcom.emc.object.s3.S3ObjectMetadata.getRetentionPolicy
in preference to this one.com.emc.object.s3.request.PutObjectRequest.setRetentionPeriod(Long) Use the methodcom.emc.object.s3.S3ObjectMetadata.setRetentionPeriod
in preference to this one.com.emc.object.s3.request.PutObjectRequest.setRetentionPolicy(String) Use the methodcom.emc.object.s3.S3ObjectMetadata.setRetentionPolicy
in preference to this one.com.emc.object.s3.request.PutObjectRequest.withRetentionPeriod(long) Use the methodcom.emc.object.s3.S3ObjectMetadata.setRetentionPeriod
in preference to this one.com.emc.object.s3.request.PutObjectRequest.withRetentionPolicy(String) Use the methodcom.emc.object.s3.S3ObjectMetadata.setRetentionPolicy
in preference to this one.com.emc.object.s3.S3Client.shutdown() (2.0.3) use destroy() insteadcom.emc.object.util.ChecksumValue.getValue() Please useChecksumValue.getHexValue()
insteadcom.emc.object.util.RestUtil.generateQueryString(Map<String, String>) (2.0.4) useRestUtil.generateRawQueryString(Map)
instead
-
Constructors Constructor Description com.emc.object.s3.bean.LifecycleRule(String, String, LifecycleRule.Status, Integer) please use builder methods instead