Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does acl need to run separately from cache? #31

Open
github-actions bot opened this issue Aug 1, 2024 · 1 comment
Open

Why does acl need to run separately from cache? #31

github-actions bot opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
apps/indexer question Further information is requested todo

Comments

@github-actions
Copy link

github-actions bot commented Aug 1, 2024

// TODO why does reset-permissions need to run separately from upload?

import fs from 'fs';
import path from 'path';

// TODO why does reset-permissions need to run separately from upload?
// TODO version of reset-permissions that resets only recent uploads

const defaultIndexPath = path.resolve(__dirname, '../../router/var/index.json');

const options = {
@github-actions github-actions bot added the todo label Aug 1, 2024
@battis battis changed the title why does reset-permissions need to run separately from upload? Why does acl need to run separately from cache? Aug 11, 2024
@battis
Copy link
Member

battis commented Aug 11, 2024

Observationally, setting permissions in the same sequence of API calls as uploading a file to GCS seems not to "take."

@battis battis added the question Further information is requested label Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps/indexer question Further information is requested todo
Projects
None yet
Development

No branches or pull requests

1 participant