chore: add new objectstore docs privately listed#1506
Conversation
|
@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 :) |
docs/objectstore/http-api.md
Outdated
| | 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. | |
There was a problem hiding this comment.
need to specify the valkey cluster must already exist?
| { | ||
| "Effect": "Allow", | ||
| "Principal": { | ||
| "AWS": "arn:aws:iam::168253909317:root" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
nit: same, we can tighten the principal here to arn:aws:iam::168253909317:role/central-assume-role-prod.
|
Tested the newest access logging feature too |
All APIs tested in alpha