UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
ironbank-plugins-pipeline
Commits
ebafad96
Commit
ebafad96
authored
Dec 09, 2020
by
David Freeman
Browse files
log response to debug
parent
fc20591b
Pipeline
#97432
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
stages/publish/s3_upload.py
stages/publish/s3_upload.py
+1
-0
No files found.
stages/publish/s3_upload.py
View file @
ebafad96
...
...
@@ -43,6 +43,7 @@ def upload_file(file_name, bucket, object_name=None):
)
try
:
response
=
s3_client
.
upload_file
(
file_name
,
bucket
,
object_name
,
extra_args
)
logging
.
debug
(
f
"Response for S3 Upload of
{
file_name
}
:
{
response
}
"
)
except
ClientError
as
e
:
logging
.
error
(
e
)
return
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment