Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider

  • v0.114.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Summary

This package provides a ConfigMapProvider implementation for Amazon S3 (s3provider) that allows the Collector the ability to load configuration by fetching and reading config objects stored in Amazon S3.

How it works

  • It will be called by ConfigMapResolver to load configuration for the Collector.
  • By giving a config URI starting with prefix s3://, this s3provider will be used to download config objects from the given S3 URIs, and then use the downloaded configuration during Collector initialization.

Expected URI format:

  • s3://[BUCKET].s3.[REGION].amazonaws.com/[KEY]

Prerequistes:

  • Need to setup access keys from IAM console (aws_access_key_id and aws_secret_access_key) with permission to access Amazon S3
  • For details, can take a look at https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc