Adapter / @fjell/lib-gcs

Files in Google Cloud Storage

Provides cloud file operations and signed URLs while hiding bucket and object details.

How to use it

Provides cloud file operations and signed URLs while hiding bucket and object details.

Minimal project sample

const assets = createGCSLibrary(registry, coordinate, { bucket:"my-assets" });
const url = await assets.operations.getSignedUrl(key, { expires:900 });

Where it connects

This component participates in the Fjell workflow as a adapter layer. See the complete relationship map and sample application to understand its neighbors.

See architecture → See sample app →