Package de.dlr.proseo.storagemgr.s3
Klasse S3AtomicFileDeleter
java.lang.Object
de.dlr.proseo.storagemgr.s3.S3AtomicFileDeleter
- Alle implementierten Schnittstellen:
AtomicCommand<String>
S3 Atomic File Getter
- Autor:
- Denys Chaykovskiy
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungS3AtomicFileDeleter
(software.amazon.awssdk.services.s3.S3Client s3Client, String bucket, String path) Constructor -
Methodenübersicht
-
Konstruktordetails
-
Methodendetails
-
execute
Executes s3 get files- Angegeben von:
execute
in SchnittstelleAtomicCommand<String>
- Gibt zurück:
- uploaded file name
- Löst aus:
IOException
- if atomic command was not successful
-
getInfo
Gets information about atomic command (mostly for logs)- Angegeben von:
getInfo
in SchnittstelleAtomicCommand<String>
- Gibt zurück:
- information about atomic command
-
getCompletedInfo
Gets information about completed atomic command (mostly for logs)- Angegeben von:
getCompletedInfo
in SchnittstelleAtomicCommand<String>
- Gibt zurück:
- information about completed atomic command
-
getFailedInfo
Gets information about failed atomic command (mostly for logs)- Angegeben von:
getFailedInfo
in SchnittstelleAtomicCommand<String>
- Gibt zurück:
- information about failed atomic command
-