flownative / flow-aws-s3

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

Connection to Minio Bucket Failed #11

Closed limchivy closed 7 years ago

limchivy commented 7 years ago

We have configured with Minio endpoint "http://10.20.30.40:9100" It works if we run command "./flow s3:listbuckets", but it is error with "./flow s3:connect --bucket wetest"

Access list of objects in bucket "wetest" with key prefix "" ...
[curl] 6: Could not resolve host: wetest.10.20.30.50 [url] http://wetest.10.20.30.50:9100?prefix=
Hint: Maybe your IAM policy restricts the user from listing all buckets. In that case, try using the "--bucket" and "--prefix" arguments.

Note It works if we try to use "aws-sdk" latest version by updating composer as:

"require": {
        "typo3/flow": "3.2.7",
        "flownative/aws-s3": "1.*",
        "aws/aws-sdk-php": "3.22.3 as 2.8.31"
    }
kdambekalns commented 7 years ago

I know for a fact that it works with minio as of version 2.0.1