} else {
ShuttlBucketEndpointHelper.shuttlBucket(path, index,
new BucketArchiverProvider(),
ConfigProviderForBothNormalAndReplicatedBuckets.create(config),
new RenamesReplicatedBucketAsNormalBucket(),
new ArchiveBucketLocker());
}
} catch (Throwable t) {
logger.error(did("Tried archiving bucket", t, "to archive the bucket",
"path", path, "index", index));
throw new RuntimeException(t);