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

1543 Fix access to get private file URLs #1565

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

joseAyudarte91
Copy link
Contributor

[Re #1543]

We were not including the namespace that extends the GCSStorageClient protocol with the methods to get blob signed URL and delete blob-related functionality, that was preventing the reading of private image files from GCS. This was not reproduced locally, since there we load always all the namespaces, which is not the case with the Uberjar. So now we require the mentioned file as part of the File service, that is required already, fixing the issue.

[Re #1543]

We were not including the namespace that extends the GCSStorageClient
protocol with the methods to get blob signed URL and delete blob-relate
functionality, that was preventing the reading of private image files
from GCS. This was not reproduced locally, since there we load always
all the namespaces, which is not the case with the Uberjar. So now we
require the mentioned file as part of the File service, that is
required already, fixing the issue.
@joseAyudarte91 joseAyudarte91 merged commit cb939f0 into main Aug 24, 2023
@joseAyudarte91 joseAyudarte91 deleted the 1543-fix-read-private-files-from-gcs branch August 24, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant