[GH-ISSUE #1489] DOC: <Issue related to /self_hosting/configuration/blob_storage> #35

Open
opened 2026-02-17 17:19:02 -05:00 by yindo · 0 comments
Owner

Originally created by @shifragoldstone on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1489

AWS has deprecated the prefix argument in favor of filter

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration#rule

prefix - (Optional) DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. One of prefix or filter should be specified.

Also, it should be status = "Enabled" instead of enabled = true

Originally created by @shifragoldstone on GitHub (Jun 5, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1489 AWS has deprecated the `prefix` argument in favor of `filter` https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration#rule > > > > [prefix](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration#prefix-4) - (Optional) DEPRECATED Use filter instead. This has been deprecated by Amazon S3. Prefix identifying one or more objects to which the rule applies. Defaults to an empty string ("") if filter is not specified. One of prefix or filter should be specified. > Also, it should be `status = "Enabled"` instead of `enabled = true`
yindo added the external label 2026-02-17 17:19:02 -05:00
yindo changed title from DOC: <Issue related to /self_hosting/configuration/blob_storage> to [GH-ISSUE #1489] DOC: <Issue related to /self_hosting/configuration/blob_storage> 2026-06-05 17:24:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#35