You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup PrivateBin with a GCS backend. When I look into the code and fix the issue, another one appears, and then after than another one.
When I compare the metadata between a file generated in GCS and a file in FileSystem, GCS seem to miss a lot of it, and actually don't even have the key names consistent with Filesystem (e.g: metadata instead of meta).
Has GCS been tested and is it a feature I misconfigured or does it still need some work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to setup PrivateBin with a GCS backend. When I look into the code and fix the issue, another one appears, and then after than another one.
When I compare the metadata between a file generated in GCS and a file in FileSystem, GCS seem to miss a lot of it, and actually don't even have the key names consistent with Filesystem (e.g:
metadata
instead ofmeta
).Has GCS been tested and is it a feature I misconfigured or does it still need some work?
EDIT:
Made a PR #988 to make it work.
Beta Was this translation helpful? Give feedback.
All reactions