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(String bucketName,
String objectKey) |
GSObject |
GoogleStorageService.getObject(String bucketName,
String objectKey,
Calendar ifModifiedSince,
Calendar ifUnmodifiedSince,
String[] ifMatchTags,
String[] ifNoneMatchTags,
Long byteRangeStart,
Long byteRangeEnd) |
GSObject |
GoogleStorageService.getObjectDetails(String bucketName,
String objectKey) |
GSObject[] |
GoogleStorageService.listObjects(String bucketName) |
GSObject[] |
GoogleStorageService.listObjects(String bucketName,
String prefix,
String delimiter) |
GSObject |
GoogleStorageService.putObject(String bucketName,
GSObject object) |
Modifier and Type | Method and Description |
---|---|
GSObject |
GoogleStorageService.putObject(String bucketName,
GSObject object) |
Modifier and Type | Method and Description |
---|---|
static GSObject[] |
GSObject.cast(StorageObject[] objects) |
Copyright © 2006–2018. All rights reserved.