File tree 2 files changed +2
-2
lines changed
backup-s3/src/test/scala/io/aiven/guardian/kafka/backup/s3
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ trait BackupClientSpec
96
96
case BucketAccess .AccessGranted =>
97
97
logger.info(s " Cleaning up bucket: $bucket" )
98
98
for {
99
- _ <- S3 .deleteBucketContents(bucket).runWith(Sink .ignore)
99
+ _ <- S3 .deleteBucketContents(bucket, deleteAllVersions = true ).runWith(Sink .ignore)
100
100
multiParts <- S3 .listMultipartUpload(bucket, None ).runWith(Sink .seq)
101
101
_ <- Future .sequence(multiParts.map { part =>
102
102
for {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ThisBuild / resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/c
10
10
val akkaVersion = " 2.6.16"
11
11
val akkaHttpVersion = " 10.2.6"
12
12
val alpakkaKafkaVersion = " 2.1.1"
13
- val alpakkaVersion = " 3.0.2+27-27fdecf1+20211006-1009 -SNAPSHOT"
13
+ val alpakkaVersion = " 3.0.2+34-bdac5519+20211013-1607 -SNAPSHOT"
14
14
val quillJdbcMonixVersion = " 3.7.2"
15
15
val postgresqlJdbcVersion = " 42.2.24"
16
16
val scalaLoggingVersion = " 3.9.4"
You can’t perform that action at this time.
0 commit comments