Skip to content

Commit

Permalink
Update readme and release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophia Fuhrmann committed Nov 17, 2023
1 parent a1e3a10 commit 115b7e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,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
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Google Cloud Storage FAL Driver',
'description' => 'Google Cloud Storage FAL driver for TYPO3. Files can be stored in the GCS buckets.',
'category' => 'be',
'version' => '1.1.0',
'version' => '2.0.0',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Pierre Geyer',
Expand Down

0 comments on commit 115b7e8

Please sign in to comment.