336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

자바는 정확한 위치가 나와있는데 


c#의 경우는 정확한 위치를 알수 없다 


아시아 지역은 아래 3개이고 

APS1 = 4, (싱가폴)

APS2 = 5, (시드니)

APN1 = 6, (도쿄)


C# 도움말은 이렇다

APS1 Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
APS2 Specifies that the S3 Bucket should use the AP-SOUTHEAST-2 locality.
APN1 Specifies that the S3 Bucket should use the AP-NORTHEAST-1 locality. 

여기에 자바 도움말을 합치면 


AP_Singapore

public static final Region AP_Singapore
The Asia Pacific (Singapore) Region. This region uses Amazon S3 servers located in Singapore.

When using buckets in this region, set the client endpoint to s3-ap-southeast-1.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.


AP_Sydney

public static final Region AP_Sydney
The Asia Pacific (Sydney) Region. This region uses Amazon S3 servers located in Sydney, Australia.

When using buckets in this region, set the client endpoint to s3-ap-southeast-2.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.


AP_Tokyo

public static final Region AP_Tokyo
The Asia Pacific (Tokyo) Region. This region uses Amazon S3 servers located in Tokyo.

When using buckets in this region, set the client endpoint to s3-ap-northeast-1.amazonaws.com on all requests to these buckets to reduce any latency experienced after the first hour of creating a bucket in this region.

' > 코딩' 카테고리의 다른 글

ptthread 관련 링크  (0) 2015.01.28
nginx 설치 정리  (0) 2013.04.17
ZooKeeper C#  (0) 2013.04.10
R-Value 테스트해 봤는데 몬가 이상하다???!!!  (0) 2012.11.15
GOF 패턴 - Adapter 패턴  (0) 2012.07.17

+ Recent posts