Skip to content

Commit

Permalink
Bucket name change
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Apr 19, 2024
1 parent 2ff684d commit 64dda34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.withType

private const val TASK_GROUP = "Verification"
internal const val OUTPUT_PATH = "reports/metrics/"
internal const val S3_ARTIFACT_SIZE_METRICS_BUCKET = "artifact-size-metrics-aws-sdk-kotlin"
internal const val S3_ARTIFACT_SIZE_METRICS_BUCKET = "artifact-size-metrics"

/**
* Facilitates the collection and analysis of artifact size metrics via the `artifactSizeMetrics` and `analyzeArtifactSizeMetrics` gradle tasks.
Expand Down

0 comments on commit 64dda34

Please sign in to comment.