| 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.
|
| org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
| Modifier and Type | Method and Description |
|---|---|
GSObject |
GoogleStorageService.getObject(java.lang.String bucketName,
java.lang.String objectKey) |
GSObject |
GoogleStorageService.getObject(java.lang.String bucketName,
java.lang.String objectKey,
java.util.Calendar ifModifiedSince,
java.util.Calendar ifUnmodifiedSince,
java.lang.String[] ifMatchTags,
java.lang.String[] ifNoneMatchTags,
java.lang.Long byteRangeStart,
java.lang.Long byteRangeEnd) |
GSObject |
GoogleStorageService.getObjectDetails(java.lang.String bucketName,
java.lang.String objectKey) |
GSObject[] |
GoogleStorageService.listObjects(java.lang.String bucketName) |
GSObject[] |
GoogleStorageService.listObjects(java.lang.String bucketName,
java.lang.String prefix,
java.lang.String delimiter) |
GSObject |
GoogleStorageService.putObject(java.lang.String bucketName,
GSObject object) |
| Modifier and Type | Method and Description |
|---|---|
GSObject |
GoogleStorageService.putObject(java.lang.String bucketName,
GSObject object) |
| Modifier and Type | Method and Description |
|---|---|
static GSObject[] |
GSObject.cast(StorageObject[] objects) |