S3 provider for @mdf.js based on aws-sdk/client-s3.
Using npm:
npm install @mdf.js/s3-provider
Using yarn:
yarn add @mdf.js/s3-provider
Check information about @mdf.js providers in the documentation of the core module @mdf.js/core.
-
CONFIG_S3_REGION (default:
'eu-central-1'
): S3 AWS region to which send requests -
CONFIG_S3_ACCESS_KEY_ID (default:
'MY_ACCESS_KEY_ID'
): S3 AWS connection access key identifier -
CONFIG_S3_SECRET_ACCESS_KEY (default:
'MY_SECRET_ACCESS_KEY'
): S3 AWS connection secret access key -
NODE_APP_INSTANCE (default:
'MY_SECRET_ACCESS_KEY'
): S3 AWS connection secret access key -
CONFIG_S3_SERVICE_ID (default:
process.env['NODE_APP_INSTANCE'] || CONFIG_ARTIFACT_ID
): S3 unique service identifier -
CONFIG_S3_PROXY_HTTP (default:
undefined
): HTTP Proxy URI -
CONFIG_S3_PROXY_HTTPS (default:
undefined
): HTTPS Proxy URI - NODE_APP_INSTANCE: Default S3 unique service identifier
Copyright 2024 Mytra Control S.L. All rights reserved.
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.