Blob Store (S3)
info
This is a client that only connects to non-Cosmonic, external services.
Amazon S3 is one of the most popular cloud-hosted blob stores
available. It is a popular choice because if its ubiquity and ease of use. This capability provider
is an implementation of the wasmcloud:blobstore
contract. To add this to your constellation, use
the following OCI reference URL:
wasmcloud.azurecr.io/blobstore-s3:0.2.2
Configuration
The following is a brief list of just some of the configuration options available. For full details, please see the wasmCloud S3 provider documentation.
Key | Value |
---|---|
AWS_ACCESS_KEY_ID | Required AWS access key ID. See AWS documentation for how to obtain this. |
AWS_SECRET_ACCESS_KEY | Required AWS secret access key. See AWS documentation for how to obtain this. |
AWS_SESSION_TOKEN | Optional session token. |
AWS_REGION | Optional region indicator. |
AWS_ENDPOINT | Optional alternative AWS endpoint (useful for testing with products like MinIO, do not use in production) |