Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storage_policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ increase.
- **Main use case**: Hail tables (e.g. merged GVCF files), SV caller
outputs, transcript abundance files, etc.
- **Storage**: [Autoclass](https://cloud.google.com/storage/docs/autoclass).
- **Access**: Human users only get listing permissions, but viewer permissions
- **Access**: Human users only get listing permission by default, but can be granted temporary read access via PAM. Viewer permissions

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just link the "PAM" text to the PAM doc? I know it is in a private repo but still useful context for most readers of this

are granted indirectly through the [analysis runner](#analysis-runner)
described below. This avoids high costs through code that hasn't been
reviewed. See the _test_ bucket below if you're developing / prototyping a new
Expand Down