Package | Description |
---|---|
org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
Modifier and Type | Method and Description |
---|---|
protected HttpResponseAndByteCount |
RestStorageService.performRestPut(String bucketName,
String objectKey,
Map<String,Object> metadata,
Map<String,String> requestParameters,
org.apache.http.HttpEntity requestEntity,
boolean autoRelease)
Performs an HTTP PUT request using the
RestStorageService.performRequest(org.apache.http.client.methods.HttpUriRequest, int[]) method. |
protected HttpResponseAndByteCount |
RestStorageService.performRestPutWithXmlBuilder(String bucketName,
String objectKey,
Map<String,Object> metadata,
Map<String,String> requestParameters,
com.jamesmurty.utils.XMLBuilder builder) |
Copyright © 2006–2018. All rights reserved.