remotecache: proper exporter naming for gha, s3 and azblob

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-09 06:55:21 +01:00
parent cf4e1bb7d2
commit 1db81665fd
3 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ type exporter struct {
}
func (ce *exporter) Name() string {
return "exporting cache to azure blob store"
return "exporting cache to Azure Blob Storage"
}
func (ce *exporter) Finalize(ctx context.Context) (map[string]string, error) {

View File

@@ -91,7 +91,7 @@ func NewExporter(c *Config) (remotecache.Exporter, error) {
}
func (*exporter) Name() string {
return "exporting to GitHub cache"
return "exporting to GitHub Actions Cache"
}
func (ce *exporter) Config() remotecache.Config {

View File

@@ -162,7 +162,7 @@ type exporter struct {
}
func (*exporter) Name() string {
return "exporting cache to s3"
return "exporting cache to Amazon S3"
}
func (e *exporter) Config() remotecache.Config {