You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove unused imports
* print md5 when local matches remote
* use S3's etag to store the md5 instead of a user defined meta entry. This is because we can only know the md5 *after* the upload has completed, and we must set meta at the time of the upload, so we were using the
original file's md5 instead of the transferred file md5
* improve logging messages
* reject file if md5 doesn't match (and noCheckMd5 option is not enabled)
* remove unused variable and import
* add some downloader tests
* name file properly
* remove unecessary code
* inline variable only used once
* reduce jacoco coverage target for the downloader module
* fix: add assertions for 'latest' obj
* add tests for the case where files already exist
assert on contents of the "latest" file
* Revert "fix: add assertions for 'latest' obj"
This reverts commit cb14328.
* add tests for the case where files already exist (#109)
assert on contents of the "latest" file
* tests for LocalFileAcceptor
---------
Co-authored-by: Weronika Majewska <wmajewska@endeavorstreaming.com>
Copy file name to clipboardexpand all lines: dice-where-downloader-lib/src/main/java/technology/dice/dicewhere/downloader/actions/ipinfo/IpInfoBaseDownload.java
Copy file name to clipboardexpand all lines: dice-where-downloader-lib/src/main/java/technology/dice/dicewhere/downloader/destination/FileAcceptor.java
Copy file name to clipboardexpand all lines: dice-where-downloader-lib/src/main/java/technology/dice/dicewhere/downloader/destination/local/LocalFileAcceptor.java
Copy file name to clipboardexpand all lines: dice-where-downloader-lib/src/main/java/technology/dice/dicewhere/downloader/destination/s3/S3FileAcceptor.java
0 commit comments