mirror of
https://codeberg.org/vlw/3rd.git
synced 2026-01-11 22:36:01 +01:00
style: log S3 destination path when archive is uploaded instead of local path (#4)
Reviewed-on: https://codeberg.org/vlw/3rd/pulls/4
This commit is contained in:
parent
f317c41a67
commit
cd1c8c4e91
1 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ class Aws():
|
|||
|
||||
self.__stdout.log(f"Starting upload of archive for: {self.archive.item.abspath_target}")
|
||||
self.__stdout.debug(f"Archive object: {self.archive}")
|
||||
self.__stdout.info(f"Uploading to: {self.archive.item.abspath_destination}")
|
||||
|
||||
args = [
|
||||
"aws",
|
||||
|
|
@ -53,4 +54,4 @@ class Aws():
|
|||
cmd.cleanup()
|
||||
self.archive.cleanup()
|
||||
|
||||
self.__stdout.ok(f"Archive uploaded: {self.archive.item.abspath_target}")
|
||||
self.__stdout.ok(f"Archive uploaded to: {self.archive.item.abspath_destination}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue