mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
2dc3ae3010
* feat: fully support all s3 pipe feats on blob Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: tidy deps Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * docs: document endpoint option Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: test Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
5 lines
154 B
Go
5 lines
154 B
Go
// Package blob provides a Pipe that push artifacts to blob supported by Go CDK
|
|
//
|
|
// TODO: replace current s3 implementation with this one.
|
|
package blob
|