-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add the extension AWS::S3::BucketPolicy #354
Comments
Maybe we have the same problem, i am not deep into the lift and serverless, but if we deploy an application which uses lift
Is that the same error @speed0ne ? |
Yes! I did not receive the error, but my AWS::S3::BucketPolicy it is overwrites by the lift construct storage.
I checked in S3 console and I saw only the lift BucketPolicy.
Another solution in my opinion is merge the policy.
… On 18 Aug 2023, at 12:28, nadar ***@***.***> wrote:
Maybe we have the same problem, i am not deep into the lift and serverless, but if we deploy an application which uses lift constructs we get:
CREATE_FAILED: websiteAssetsPolicyFDAAA9C0 (AWS::S3::BucketPolicy)
Resource handler returned message: "Bucket Policy Already Exists" (RequestToken: 1fea716b-3cf5-0165-7c69-aa25a60bfe5c, HandlerErrorCode: AlreadyExists)
Is that the same error @speed0ne <https://github.com/speed0ne> ?
—
Reply to this email directly, view it on GitHub <#354 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUZRTK4LSB3LSZVEJOYHG6LXV47VPANCNFSM6AAAAAA3T7OGB4>.
You are receiving this because you were mentioned.
|
So you could somehow handle the error? Could you please give me a hint how to debug and fix that issue? would be great |
I didn’t use lift for storage. I write under the Resources section the Cloudformation code the bucket and the policy
… On 18 Aug 2023, at 12:59, nadar ***@***.***> wrote:
So you could somehow handle the error? Could you please give me a hint how to debug and fix that issue? would be great
—
Reply to this email directly, view it on GitHub <#354 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUZRTKYBYDZY5OPWET6MPJDXV5DJTANCNFSM6AAAAAA3T7OGB4>.
You are receiving this because you were mentioned.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to add this extension AWS::S3::BucketPolicy so we can override the pre-created BucketPolicy.
This make an issue in my case that forced me to not use the storage construct and create a bucket from scratch.
The text was updated successfully, but these errors were encountered: