mirror of
https://codeberg.org/vlw/3rd.git
synced 2026-01-11 22:36:01 +01:00
style: log aws s3 path when uploaded instead of local path
This commit is contained in:
parent
310fa9b66a
commit
5bccecedcd
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