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
I see that log_type: :tail can be specified in invoke(), but there doesn't appear to be a way to actually get the encoded log from the "X-Amz-Log-Result" header without reproducing the internal logic of ExAws.Operation.JSON.perform() and just leaving out the parse() step.
Is there a way to get the log that I'm missing?
The text was updated successfully, but these errors were encountered:
I see that
log_type: :tail
can be specified ininvoke()
, but there doesn't appear to be a way to actually get the encoded log from the "X-Amz-Log-Result" header without reproducing the internal logic ofExAws.Operation.JSON.perform()
and just leaving out theparse()
step.Is there a way to get the log that I'm missing?
The text was updated successfully, but these errors were encountered: