Skip to content

chore: add new objectstore docs privately listed#1506

Merged
danielamiao merged 6 commits intomainfrom
dym/object-store-docs
Feb 12, 2026
Merged

chore: add new objectstore docs privately listed#1506
danielamiao merged 6 commits intomainfrom
dym/object-store-docs

Conversation

@danielamiao
Copy link
Contributor

@danielamiao danielamiao commented Feb 5, 2026

All APIs tested in alpha

@danielamiao
Copy link
Contributor Author

@allenheltondev is this the right way to upload documentation to our site without making it searchable / displaying it in the sidebar? This product is not fully ready yet but I just want to document as I test so I can share the direct URL with beta customers / internal team members.

@allenheltondev
Copy link
Collaborator

@allenheltondev is this the right way to upload documentation to our site without making it searchable / displaying it in the sidebar? This product is not fully ready yet but I just want to document as I test so I can share the direct URL with beta customers / internal team members.

I've never tried that method, but you should be fine. To make top-level products visible, we have to make explicit edits to the primary nav bar. So what you did will work :)

@danielamiao danielamiao marked this pull request as ready for review February 6, 2026 18:34
| storage_config.s3.bucket_name | yes | String | The name of your S3 bucket. |
| storage_config.s3.prefix | no | String | Optional prefix path within the bucket. |
| storage_config.s3.iam_role_arn | yes | String | The ARN of the IAM role that Momento will assume to access your S3 bucket. See [Appendix: S3 IAM Role Setup](#appendix-s3-iam-role-setup). |
| cache_config.valkey_cluster.cluster_name | yes | String | The name of the Momento Valkey Cluster to use for caching. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to specify the valkey cluster must already exist?

{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::168253909317:root"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this can be scoped tighter to arn:aws:iam::168253909317:role/central-assume-role-prod

{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::168253909317:root"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: same, we can tighten the principal here to arn:aws:iam::168253909317:role/central-assume-role-prod.

@danielamiao
Copy link
Contributor Author

Tested the newest access logging feature too

@danielamiao danielamiao merged commit 456d700 into main Feb 12, 2026
4 checks passed
@danielamiao danielamiao deleted the dym/object-store-docs branch February 12, 2026 21:04
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

Successfully merging this pull request may close these issues.

4 participants