Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Use different cache keys for different bucket URLs #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented Dec 12, 2024

When having multiple S3-based storages in TYPO3, the file tree view shows the same folders for all storages since commit

6d01c1a
Make some caches configurable, fixes a caching issue
and minor performance improvements

The culprit is that the caching layer does not take the bucket configuration into account, leading to the same cache key "/" for all storages.

This commit uses the S3 client endpoint as prefix for all cache keys.

2024-12-12 typo3 dateiliste

When having multiple S3-based storages in TYPO3, the file tree view
shows the same folders for all storages since commit
> 6d01c1a
> Make some caches configurable, fixes a caching issue
> and minor performance improvements

The culprit is that the caching layer does not take the bucket
configuration into account, leading to the same cache key "/"
for all storages.

This commit uses the S3 client endpoint as prefix for all cache keys.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant