Class AwsS3ObjectStoreClient
java.lang.Object
ca.weblite.teavmlambda.impl.jvm.s3.AwsS3ObjectStoreClient
- All Implemented Interfaces:
ObjectStoreClient
JVM implementation of ObjectStoreClient using the AWS SDK for Java v2.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteObject(String bucket, String key) byte[]getObjectBytes(String bucket, String key) listObjects(String bucket, String prefix) booleanobjectExists(String bucket, String key) voidvoidputObjectBytes(String bucket, String key, byte[] data, String contentType)
-
Method Details
-
putObject
- Specified by:
putObjectin interfaceObjectStoreClient
-
getObject
- Specified by:
getObjectin interfaceObjectStoreClient
-
deleteObject
- Specified by:
deleteObjectin interfaceObjectStoreClient
-
listObjects
- Specified by:
listObjectsin interfaceObjectStoreClient
-
objectExists
- Specified by:
objectExistsin interfaceObjectStoreClient
-
putObjectBytes
- Specified by:
putObjectBytesin interfaceObjectStoreClient
-
getObjectBytes
- Specified by:
getObjectBytesin interfaceObjectStoreClient
-