Skip to content

Commit 3e96a02

Browse files
committed
review: remove commented code
1 parent 517a5d4 commit 3e96a02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ There are some settings that should be reviewed and updated as needeed in the se
619619
| ENABLE_RESPONSE_COMPRESSION | Enables response compression. Set to 'false' to disable. | enabled |
620620
| ITEMS_MAX_LIMIT | The maximum limit for the number of items returned from the /search and /collections/{collection_id}/items endpoints. It is recommended that this be set to 100. There is an absolute max limit of 10000 for this. | 10000 |
621621
| ASSET_PROXY_BUCKET_OPTION | Control which S3 buckets are proxied through the API. Options: `NONE` (disabled), `ALL` (all S3 assets), `ALL_BUCKETS_IN_ACCOUNT` (all buckets in AWS account), `LIST` (specific buckets only). | NONE |
622-
| ASSET_PROXY_BUCKET_LIST | Comma-separated list of S3 bucket names to proxy. Required when `ASSET_PROXY_BUCKET_OPTION` is `LIST`. | none |
622+
| ASSET_PROXY_BUCKET_LIST | Comma-separated list of S3 bucket names to proxy. Required when `ASSET_PROXY_BUCKET_OPTION` is `LIST`. | |
623623
| ASSET_PROXY_URL_EXPIRY | Pre-signed URL expiry time in seconds for proxied assets. | 300 |
624624

625625
Additionally, the credential for OpenSearch must be configured, as decribed in the

src/lambdas/ingest/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export const handler = async (event, _context) => {
8383

8484
if (postIngestTopicArn) {
8585
logger.debug('Publishing to post-ingest topic: %s', postIngestTopicArn)
86-
// const assetProxy = await getAssetProxy()
8786
await publishResultsToSns(results, postIngestTopicArn, assetProxy)
8887
} else {
8988
logger.debug('Skipping post-ingest notification since no topic is configured')

0 commit comments

Comments
 (0)