fog / fog-aws

Module for the 'fog' gem to support Amazon Web Services http://aws.amazon.com/
MIT License
300 stars 353 forks source link

AWS China region #25

Closed plribeiro3000 closed 3 years ago

plribeiro3000 commented 9 years ago

Original issue at: fog/fog#3214

I don't think I see cn-north-1 references in fog yet.

It was announced Dec 2013 http://aws.amazon.com/blogs/aws/coming-soon-new-china-beijing-region/

Services:

Amazon Elastic Compute Cloud (Amazon EC2)
Amazon Elastic Block Store (Amazon EBS)
Amazon Simple Storage Service (Amazon S3)
Amazon Relational Database Service (Amazon RDS)
Amazon DynamoDB
Amazon Elastic MapReduce (Amazon EMR)
Amazon Virtual Private Cloud (Amazon VPC)
Amazon CloudWatch
AWS CloudFormation
Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Notification Service (Amazon SNS)
Auto Scaling
Elastic Load Balancing
Amazon Glacier
Amazon Simple Workflow (SWF)
AWS Identity and Access Management (IAM)
Amazon ElastiCache
AWS Storage Gateway
AWS Management Console
AWS Premium Support
plribeiro3000 commented 9 years ago

cc/ @drnic @davetchen

1ein commented 9 years ago

Hello, any progress with China region ? Thanks.

geemus commented 9 years ago

None that I'm aware of, but we would certainly welcome a PR relating to it.

ssurenr commented 8 years ago

Endpoint property can be used for now.

connection = Fog::Storage.new({
  :provider                 => 'AWS',
  :aws_access_key_id        => YOUR_AWS_ACCESS_KEY_ID,
  :aws_secret_access_key    => YOUR_AWS_SECRET_ACCESS_KEY
  :endpoint                 => https://s3.cn-north-1.amazonaws.com.cn
})
github-actions[bot] commented 3 years ago

This issue has been marked inactive and will be closed if no further activity occurs.

ssurenr commented 3 years ago

This issue has been marked inactive and will be closed if no further activity occurs.

Don't

ssurenr commented 3 years ago

Fixed via #169 and available in the latest release. You can close this @plribeiro3000

geemus commented 3 years ago

@ssurenr thanks for confirming it's fixed, closing.