tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

Haveing 2 buckets in the same region #174

Closed dnanusevski closed 3 years ago

dnanusevski commented 3 years ago

Hello. I am experiencing strange issue. I am not 100% sure it has to do with the code. I have a bucket on amazon named like my account in region eu-central-1. I can send images and retrieve them easily. I have created another bucket in the same region. For this new bucket i always receive error access denied. I have deleted the bucket and created new one in different region (the code default us-east-1) and it works. Dos the default location has something to to do with this problem ?