El bucket al que intenta acceder debe direccionarse utilizando el punto final especificado, mientras se carga de jenkins a s3

Estoy tratando de implementar el archivo war desde jenkins hasta el tallo de bean elástico, la compilación es exitosa, pero cuando intenta cargar a s3, muestra este error

Uploading file awseb-2152283815930847266.zip as s3://elasticbeanstalk-ap-southeast-1-779583297123/jenkins/My App-jenkins-Continuous-Delivery-
MyApp-Stage-promotion-Deploy-14.zip
Cleaning up temporary file /tmp/awseb-2152283815930847266.zip
FATAL: Deployment Failure
java.io.IOException: Deployment Failure

más error muestra

The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. 
(Service: Amazon S3; Status Code: 301; Error Code:

Configuración de Jenkins para beanstalk elástico

My beanstalk is in "ap-southeast-2" region  
Bucket name is "elasticbeanstalk-ap-southeast-1-779583297123"

Puedes echarle un vistazo a esto para más claridad

ingrese la descripción de la imagen aquí

Respuestas a la pregunta(1)

Su respuesta a la pregunta