Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 628 Bytes

adapter_google_cloud_storage.md

File metadata and controls

20 lines (14 loc) · 628 Bytes

Use the Google Cloud Storage adapter

This adapter connects to the filesystem in the Google Cloud Storage.

oneup_flysystem:
    adapters:
        acme.flysystem_adapter:
            googlecloudstorage:
                client: 'google_cloud_storage_client' # Service ID of the Google\Cloud\Storage\StorageClient
                bucket: 'my_gcs_bucket'
                prefix: ''

For more details on the other parameters, take a look at the Flysystem documentation.

More to know