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