flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

Feature: Mount Ready-Only S3 Buckets #43

Closed paavo closed 3 years ago

paavo commented 3 years ago

We are cloning remote instances with https://github.com/sitegeist/Sitegeist.MagicWand for local development. It would be nice to mount the same S3-Buckets locally and remote to prevent syncing all resources. I prefer to mount the S3 Bucket locally as read-only to not accidentally remove or add files.

paavo commented 3 years ago

Maybe its easier (and safer) to create a new S3 Storage User with readonly access to the bucket 🤔