Skip to content

Releases: cultureamp/s3dotenv

v0.2.0: seems good

08 Aug 07:45
@pda pda
Compare
Choose a tag to compare
v0.2.0: seems good Pre-release
Pre-release
  • No more tmp file; in-memory only (#1)
  • AWS region can be set in S3 URL e.g. s3://bucket/object?region=ap-southeast-2 (#2)

v0.1.0: proof of concept

03 Aug 00:18
@pda pda
Compare
Choose a tag to compare
Pre-release

The initial proof of concept of s3dotenv appears to successfully glue together aws-sdk-go, godotenv and syscall.Exec() to provide a command wrapper suitable for Docker ENTRYPOINT which loads environment from a dotenv file in a private S3 bucket.

It does not yet have tests, solid documentation, nor vendor dependencies specified/locked. The API may change prior to v1.0.0.