Skip to content

Commit

Permalink
Merge pull request #3945 from owid/unify-r2-config-paths
Browse files Browse the repository at this point in the history
🔨 unify r2 config dirs
  • Loading branch information
danyx23 committed Sep 10, 2024
2 parents 5264ab0 + 7fe2699 commit 2ea2b29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion adminSiteServer/chartConfigR2Helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Base64String } from "../serverUtils/serverUtil.js"

export enum R2GrapherConfigDirectory {
byUUID = "config/by-uuid",
publishedGrapherBySlug = "grapher/by-slug",
publishedGrapherBySlug = "config/by-slug-published",
}

const getS3Client: () => S3Client = lazy(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import {
exposeInstanceOnWindow,
groupBy,
sampleFrom,
intersectionOfSets,
min,
max,
PointVector,
Expand Down

0 comments on commit 2ea2b29

Please sign in to comment.