how to view HTTP post packet sent to S3 bucket

asked 2023-04-16 16:32:23 +0000

Hi gravatar image

we upload jpg image to AWS S3 bucket Like image name is 'June_odd-eyed-cat.jpg' S3 bucket folder 'helloworls' Able to successfly upload the image to S3 using HTTP POST resquest We run a simpt .py script on windowws laptop and check image uploaded to AWS S3. Wifi of laptop is on.

r = requests.post(response['url'], data=response ['fields'], files=files)

how to view this image packet uploaded to S3 using wireshark with script running on laptop

edit retag flag offensive close merge delete