Package com.aventstack.chaintest.storage
Class AWSS3Client
java.lang.Object
com.aventstack.chaintest.storage.AWSS3Client
- All Implemented Interfaces:
StorageService
StorageService provides the ability to upload files to a storage service
Further reading:
-
Field Summary
Fields inherited from interface com.aventstack.chaintest.storage.StorageService
DEFAULT_CONTAINER_NAME, STORAGE_CONTAINER_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aventstack.chaintest.storage.StorageService
getPrefixKey
-
Constructor Details
-
AWSS3Client
public AWSS3Client()
-
-
Method Details
-
create
- Specified by:
createin interfaceStorageService
-
withPrefix
- Specified by:
withPrefixin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
upload
- Specified by:
uploadin interfaceStorageService
-
close
public void close()- Specified by:
closein interfaceStorageService
-