How do I write integration test that puts object into bucket and check if it exists #29263
Unanswered
kornicameister
asked this question in
Q&A
Replies: 0 comments
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,
I have this test:
And generally it works as expected and I can find the object in the bucket, however the moment I try to extend the test with checking of objects exists I consistently receive
403
in lambda function.I assume I am adding permissions in a wrong way but I actually tried couple of different ideas and failed everywhere.
Also, in this 2nd approach, event
s3:PutObject
now fails.I must be putting permissions in a wrong place.... but where is the correct place.
Any idea?
Thx.
Beta Was this translation helpful? Give feedback.
All reactions