package
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Nov 13, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
README
¶
gocloud-blob-bucket
This package is a thin wrapper around the Go Cloud package in order to be able to specify AWS S3 credentials using string values. Those values are:
env:
– read credentials from AWS defined environment variables.
iam:
– assume AWS IAM credentials).
{AWS_PROFILE_NAME}
.
{AWS_CREDENTIALS_PATH}:{AWS_PROFILE_NAME}
.
For example:
s3:///bucket-name?region=us-east-1&credentials=iam:
Additionally, if a Go Cloud URI contains a prefix=
query parameter this package will automatically return a blob.PrefixedBucket
.
See also
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.