hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.87k stars 9.21k forks source link

resource/aws_s3_object: Access via Object Lambda Access Point not supported #35958

Open gdavison opened 9 months ago

gdavison commented 9 months ago

Terraform Core Version

1.7.2

AWS Provider Version

5.38.0

Affected Resource(s)

Expected Behavior

Access via Object Lambda Access Point (aws_s3control_object_lambda_access_point) should work

Actual Behavior

Uploading the object fails with

Error: uploading S3 Object (test-key) to Bucket (...): unable to initialize upload: manager does not support s3-object-lambda service ARNs

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

TestAccS3Object_tagsViaObjectLambdaAccessPointARN

Steps to Reproduce

Run TestAccS3Object_tagsViaObjectLambdaAccessPointARN

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

Relates #35710

Would you like to implement a fix?

None

github-actions[bot] commented 9 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue