We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Text file appears
Error occurs. Log file includes a line with error from aws: ""
Operating system: CentOS 7
Web server: Apache
Database: PostgreSQL
ownCloud version: 10.0.10.4
S3 Object Storage version: 1.0.3
Explicitly supply the hostname: "s3.eu-west-1.amazonaws.com" Do not supply a "region" in the region field.
It would appear that the paths being created for buckets outside the standard US region do not follow the recommended practice by amazon. See here for proper access using both virtual host addressing and path-style: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro
Using buckets in regions local to the server greatly speeds up access.
The text was updated successfully, but these errors were encountered:
Same Problem here, had to slightly adapt your workaround to get the S3 working with owncloud..
Explicitly supply the hostname: "s3.eu-west-1.amazonaws.com" Region: "eu-west-1"
Sorry, something went wrong.
Astonishing that this is still a problem. The world is big.
Thanks for the workaroud solution! I have been stuck for days! I am using the docker version.
No branches or pull requests
Steps to reproduce
Expected behaviour
Text file appears
Actual behaviour
Error occurs. Log file includes a line with error from aws: ""
Server configuration
Operating system: CentOS 7
Web server: Apache
Database: PostgreSQL
ownCloud version: 10.0.10.4
S3 Object Storage version: 1.0.3
Workaround:
Explicitly supply the hostname: "s3.eu-west-1.amazonaws.com"
Do not supply a "region" in the region field.
Discussion:
It would appear that the paths being created for buckets outside the standard US region do not follow the recommended practice by amazon. See here for proper access using both virtual host addressing and path-style: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro
Using buckets in regions local to the server greatly speeds up access.
The text was updated successfully, but these errors were encountered: