platform
Required for configuration management.
s3 wires an AWS S3 client into your Go service with upload, download, and presigned URL support out of the box.
Use s3 for file uploads, static asset hosting, or any workload that needs durable object storage. The presigned URL support lets clients upload directly to S3 without routing bytes through your service.
Requires: platform (config)
Suggests: docker, observability
verikt new my-service --language go --cap platform,s3# or add to an existing service:verikt add s3platform
docker
observability