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

The plugin support china region? #44

Open
wow3065 opened this issue Sep 20, 2017 · 1 comment
Open

The plugin support china region? #44

wow3065 opened this issue Sep 20, 2017 · 1 comment

Comments

@wow3065
Copy link

wow3065 commented Sep 20, 2017

server {
listen 8000;
aws_access_key ***************;
aws_key_scope 20170920/cn-north-1/s3/aws4_request;
aws_signing_key WFsSMzFYjgpJowdl+x5lMGHE6dcqAguAk+VxB0ATGx8=;
aws_s3_bucket *********;

   location / {
      aws_sign;
      proxy_pass http://s3.cn-north-1.amazonaws.com.cn;
   }
}

I set my nginx like this.But like this

UnauthorizedAccessYou are not authorized to perform this operationCDBF7F9E48FA6F90GlqLofDFEbC66G99POZqUJbNTefhW87REIh009owtp1vVQAoRE11xltzW1wFqRWMt56S5mZiyOQ=

@anomalizer
Copy link
Owner

What is the name of the S3 bucket and which region is the bucket present?

I am not familiar with any differences in AWS for China. The first thing that looks different is that the domain is amazonaws.com.cn but it is s3.amazonaws.com everywhere else

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