Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed JSON for Paws::S3::PutBucketPolicy #424

Open
vlashef opened this issue Jul 6, 2022 · 1 comment
Open

Malformed JSON for Paws::S3::PutBucketPolicy #424

vlashef opened this issue Jul 6, 2022 · 1 comment

Comments

@vlashef
Copy link

vlashef commented Jul 6, 2022

Hi Hi

It appears that in the body of the put request the and are still present however the api is expecting purely the JSON instead.

Nothing funky with how I am using the library etc.

$s3->PutBucketPolicy(
'Bucket' => $bucket,
'Policy' => $policy
);

Used ZAP proxy to confirm

image

Screen Shot 2022-07-06 at 4 49 55 pm

Latest version of the paws library also.

Sorry for the trouble! Any tips on fixing would be greatly appreciated.

@vlashef
Copy link
Author

vlashef commented Apr 10, 2023

beep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant