Package io.antmedia.storage
Class GCPStorageClient
java.lang.Object
io.antmedia.storage.StorageClient
io.antmedia.storage.GCPStorageClient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.slf4j.Logger
private com.google.cloud.storage.Storage
Fields inherited from class io.antmedia.storage.StorageClient
BEAN_NAME, progressListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Delete file from storagevoid
deleteFile
(File file) boolean
Check if the key exists in the bucketcom.google.cloud.storage.Storage
void
reset()
Re-initialize the storage client with the current parametersvoid
Save file to storage and delete the local file according to the parametervoid
save
(String key, InputStream inputStream, boolean waitForCompletion) Save input stream to the storage with key parameterMethods inherited from class io.antmedia.storage.StorageClient
getAccessKey, getCacheControl, getEndpoint, getPermission, getRegion, getSecretKey, getStorageClass, getStorageName, getTransferBufferSize, isEnabled, isPathStyleAccessEnabled, save, setAccessKey, setCacheControl, setEnabled, setEndpoint, setPathStyleAccessEnabled, setPermission, setProgressListener, setRegion, setSecretKey, setStorageClass, setStorageName, setTransferBufferSize
-
Field Details
-
logger
protected static org.slf4j.Logger logger -
storage
private com.google.cloud.storage.Storage storage
-
-
Constructor Details
-
GCPStorageClient
public GCPStorageClient()
-
-
Method Details
-
getGCPStorage
public com.google.cloud.storage.Storage getGCPStorage() -
delete
Description copied from class:StorageClient
Delete file from storage- Specified by:
delete
in classStorageClient
-
fileExist
Description copied from class:StorageClient
Check if the key exists in the bucket- Specified by:
fileExist
in classStorageClient
- Returns:
-
save
Description copied from class:StorageClient
Save input stream to the storage with key parameter- Specified by:
save
in classStorageClient
-
save
Description copied from class:StorageClient
Save file to storage and delete the local file according to the parameter- Specified by:
save
in classStorageClient
-
deleteFile
-
reset
public void reset()Description copied from class:StorageClient
Re-initialize the storage client with the current parameters- Specified by:
reset
in classStorageClient
-