ahmedkandel / nova-s3-multipart-upload

A Laravel Nova resource tool to upload files directly to Amazon S3. You can (upload | download | delete) single, multiple, small or big files.
MIT License
22 stars 22 forks source link

Support custom endpoint #24

Closed mpanius closed 2 years ago

mpanius commented 2 years ago

Added ability to use custom endpoint for S3 - now you can use min.io, etc

tractorcow commented 2 years ago

Sorry, I was working on a feature at the same time as you. See https://github.com/ahmedkandel/nova-s3-multipart-upload/pull/25, which should automatically support your additional options. :)

ahmedkandel commented 2 years ago

@mpanius thanks.