andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
21 stars 40 forks source link

Can it work with minio? #62

Closed mailanetworks closed 5 years ago

mailanetworks commented 5 years ago

How about making it work with Minio Storage https://github.com/minio/ ?

Thanks,

Lagerregal commented 5 years ago

To be honest I don't see a use case for this. But I'm open for pull requests and forks!

poliander commented 3 years ago

@mailanetworks

It does not work so far, as I can see there are some AWS URLs hardcoded.

@Lagerregal

We're running TYPO3 in a Kubernetes cluster and are using MinIO as a self-hosted AWS S3 replacement. This can be accessed from other client applications, too, since it aims to be ~100% compatible to AWS S3. Sharing the physical storage currently assigned to MinIO with TYPO3 would be a treat.

christophlehmann commented 2 years ago

We're running TYPO3 in a Kubernetes cluster and are using MinIO as a self-hosted AWS S3 replacement. This can be accessed from other client applications, too, since it aims to be ~100% compatible to AWS S3. Sharing the physical storage currently assigned to MinIO with TYPO3 would be a treat.

Same here.

Nice to see a working solution some years later 👍