We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad5eed commit 590eef4Copy full SHA for 590eef4
examples/amazon_s3_text_embedding/.env.example
@@ -1,8 +1,6 @@
1
# Postgres database address for cocoindex
2
COCOINDEX_DATABASE_URL=postgres://cocoindex:cocoindex@localhost/cocoindex
3
4
-# S3 bucket name for CocoIndex source
5
-S3_BUCKET_NAME=your-s3-bucket-name
6
-
7
-# (Optional) S3 prefix to restrict to a subfolder
8
-# S3_PREFIX=optional/subfolder/
+# Amazon S3 Configuration
+AMAZON_S3_BUCKET_NAME=your-bucket-name
+AMAZON_S3_PREFIX=optional/prefix/path
0 commit comments