Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

123
Vistas
Unabale to find Amazon.RegionEndpoint.EUWest2

My Amazon S3 bucket's location is London so when I am trying upload document to this bucket I need to use Amazon.RegionEndpoint.EUWest2 as a region.

            Amazon.S3.IAmazonS3 client;
            using (client = Amazon.AWSClientFactory.CreateAmazonS3Client(_awsAccessKey, _awsSecretKey,Amazon.RegionEndpoint.EUWest1))
            {
                var request = new Amazon.S3.Model.PutObjectRequest()
                {

                };

                client.PutObject(request);
            }

But somehow I am not able to see any region with name EUWest2 only availble Europe regions are EUWest1 and EUCentral1. Because of this incorrect regions am getting error as

The bucket you are attempting to access must be addressed using the specified endpoint

What can be a reason for it, I am using AWSSDK.dll's 2.3.55.2 version. which I found latest today on Amazon S3 site.

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

I know this is a late reply but it may help someone.

I had the same problem and tried this method.

Instead of using RegionEndpoint.EUWEST... You can try using the GetBySystemName(string)

RegionEndpoint.GetBySystemName("eu-west-2")

Hope this helps

over 4 years ago · Santiago Trujillo Denunciar

0

It just happens to me, the problem is that we have installed AWSSDK nugget instead of AWSSDK.Lambda nugget Desintalling AWSSDK (if needed) and installing AWSSDK.Lambda, should fix the error for you as did for me.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda