saveToS3 return value? #23
bryanjamesmiller
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi Bryan Yeah that's doable. I forgot to return the return value we get from S3. I've prepared a change in #24 and will tag a new version shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @stefanzweifel - probably my last question for you :) thanks for all the discussion - your awesome new
saveToS3method works and I see my screenshot in my S3 bucket, but I seem to be getting onlynullreturned in$returnValueafter calling:$returnValue = BrowsershotLambda::url('some-url')->saveToS3('some-custom-file.png', 'bucket-name');Is there a way the
$returnValuecan include data that confirms that the screenshot was saved successfully to S3?Beta Was this translation helpful? Give feedback.
All reactions