File tree Expand file tree Collapse file tree
migrator/src/main/scala/com/scylladb/migrator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import org.apache.hadoop.conf.Configuration
77 *
88 * The credentials and connector settings for the savepoints bucket are derived from
99 * `savepoints.target` (S3/GCS). Both [[SavepointsManager ]] (which writes savepoints) and the
10- * startup auto-resume resolver ([[com.scylladb.migrator.SavepointsResume ]], which reads
11- * the latest savepoint) must build an identical configuration to reach the same store, so the
12- * logic lives here in one place.
10+ * startup auto-resume resolver ([[com.scylladb.migrator.SavepointsResume ]], which reads the latest
11+ * savepoint) must build an identical configuration to reach the same store, so the logic lives
12+ * here in one place.
1313 */
1414private [migrator] object SavepointStorage {
1515 private val S3ASimpleCredentialsProvider =
You can’t perform that action at this time.
0 commit comments