Skip to content

Commit

Permalink
allow set public on dated release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Oct 25, 2023
1 parent f2bf3d2 commit 4e6c7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monarch_ingest/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def do_release(dir: str = OUTPUT_DIR, kghub: bool = False):
)
)
sh.gsutil(
*"-q -m -cp -r".split(" "),
*"-q -m -cp -r -a public-read".split(" "),
f"{dir}/*", # source files
f"s3://kg-hub-public-data/kg-monarch/{kghub_release_name}", # destination
)
Expand Down

0 comments on commit 4e6c7d3

Please sign in to comment.