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
We need to implement Google Cloud Bucket Store.
We can refer Amazon S3 Bucket Store code - nativelink-store/src/s3_store.rs as a reference which implements similar logic we are going to implement.
Unit tests and example config files need to be added.