Skip to content

Commit

Permalink
Comment and small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 26, 2024
1 parent 78a5370 commit bb14a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/s3/e2eTest/src/S3TestUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ object S3TestUtils {

const val DEFAULT_REGION = "us-west-2"

private const val TEST_BUCKET_PREFIX = "s3-test-bucket-"
// The E2E test account only has permission to operate on buckets with the prefix
internal const val TEST_BUCKET_PREFIX = "s3-test-bucket-"

suspend fun getTestBucket(client: S3Client): String = getBucketWithPrefix(client, TEST_BUCKET_PREFIX)

Expand Down

0 comments on commit bb14a9f

Please sign in to comment.