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

Error: couldn't read bucket objects: SerializationError: failed to decode REST XML response #2735

Open
mrohlof-protofy opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
bug object Object storage issues, bugs and feature requests priority:highest Bugs filled by customers, security issues

Comments

@mrohlof-protofy
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

1.8.3

Affected Resource(s)

  • scaleway_object_bucket

Terraform Configuration Files

resource "scaleway_object_bucket" "img_s3_bucket" {
  name   = "images-${terraform.workspace}"
  acl    = "private"
  region = "nl-ams"
}

Debug Output

https://gist.github.com/mrohlof-protofy/64a3b9571f39564304274e5894558f38

Expected Behavior

I already have a bucket. I run terraform plan. I want the plan to tell me no resources have to be changed.

Actual Behavior

The plan fails with above message. Root cause could be a request against https://images-stage.s3.nl-ams.scw.cloud/?lifecycle= which in turn produces a NoSuchLifecycleConfiguration error. See more detail in gist.

@Codelax Codelax added bug object Object storage issues, bugs and feature requests priority:highest Bugs filled by customers, security issues labels Sep 13, 2024
@Laure-di
Copy link
Contributor

Hello,

We are currently working on an issue with the debug flag and object. Could you please provide the error message you're seeing without the debug flag enabled?

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug object Object storage issues, bugs and feature requests priority:highest Bugs filled by customers, security issues
Projects
None yet
Development

No branches or pull requests

3 participants