Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia Fuhrmann committed Nov 17, 2023
1 parent 88fab5e commit 1fd7d21
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![Latest Stable Version](http://poser.pugx.org/nextmotion/google-cloud-storage-fal/v)](https://extensions.typo3.org/extension/google_cloud_storage_fal)
[![TYPO3 11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11)
[![TYPO3 10](https://img.shields.io/badge/TYPO3-10-orange.svg)](https://get.typo3.org/version/10)
[![Total Downloads](https://poser.pugx.org/nextmotion/google-cloud-storage-fal/d/total)](https://packagist.org/packages/nextmotion/google-cloud-storage-fal)
[![Monthly Downloads](https://poser.pugx.org/nextmotion/google-cloud-storage-fal/d/monthly)](https://packagist.org/packages/nextmotion/google-cloud-storage-fal)

# TYPO3 Google Cloud Storage FAL driver.

This FAL (FileAbstractionLayer) driver allows you to use Google Cloud Storage Buckets in TYPO3 for your assets instead of a local file system. It relies on ```google/cloud-storage``` library to connect to Google.
Expand Down Expand Up @@ -141,6 +147,13 @@ Options:

- Supports only uniform buckets-level access. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access.

# Requirements & compatibility

| EXT:google-cloud-storage-fal version | TYPO3 support | PHP support |
|--------------------------------------|---------------|----------------|
| `>= 2.0` | `12` | `>=8.1` |
| `>= 1.0` | `10`, `11` | `>=7.1, <8.1` |

# Known issues

* Google doesn't support directories because it is a flat filesystem like a key value storage. Directories are simulate in GCS trough empty files with trailing a slash (e.g. "`images/`"). This driver support both: The driver shows the simulated directories. If a simulated parent directory to a file is missing, the driver fakes the existing virtual directory. As a result its good to keep in mind: if you delete the last file in `images/`, e.g. `images/product.jpg`, and there is no parent virtual directory, the parent directory will also disappear from the file list.
Expand Down

0 comments on commit 1fd7d21

Please sign in to comment.