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

I have message Bucket not found #2

Closed
felipesudrj opened this issue May 11, 2018 · 3 comments
Closed

I have message Bucket not found #2

felipesudrj opened this issue May 11, 2018 · 3 comments

Comments

@felipesudrj
Copy link

I have a message, Bucket 'MyBucketName' is not found.
But my name bucket is correct.
What can it be?

@sters
Copy link
Owner

sters commented May 11, 2018

umm, I don't know that trouble.
I will debug in the next few hours.

@sters sters mentioned this issue May 11, 2018
@sters
Copy link
Owner

sters commented May 12, 2018

OK, I found some bugs.

  1. README mistake: add region configure, namespace typo.
  2. Bucket exist check: I write throw away that AWS SDK's S3 client throws some error.
    • Configure token does not have bucket access auth.
    • Something curl error.
  3. Not compatible CakePHP 3.6+
    • logger method is deprecated. rename to getLogger/setLogger.

I fixed that bugs and published packagist.

Try new version of 0.0.3.

  • composer install after remove composer.lock
  • or composer update

FYI:

My computer's (windows10) PHP enviroment had curl error in section 2.

AWS HTTP error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

I don't saw error after changed curl section's ca certs configure in php.ini.

[curl]
curl.cainfo = "C:\Program Files\Git\etc\pki\ca-trust\extracted\openssl\ca-bundle.trust.crt"

(My computer installed git-for-windows.)

@felipesudrj
Copy link
Author

tks brow!

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

No branches or pull requests

2 participants