Open dharini08 opened 5 years ago
I got the same error "s3.defineService.endpoint.hostname ='http://localhost:8080'; ^ TypeError: Cannot read property 'endpoint' of undefined at Object."
while trying to run amazon gamelift in local.
here is my code snippet:
var ep = new AWS.Endpoint('http://localhost:8080');
var s3 = new AWS.S3({endpoint: ep});
s3.defineService.endpoint.hostname ='http://localhost:8080';
I got the same error "s3.defineService.endpoint.hostname ='http://localhost:8080'; ^ TypeError: Cannot read property 'endpoint' of undefined at Object."
while trying to run amazon gamelift in local.
here is my code snippet:
var ep = new AWS.Endpoint('http://localhost:8080');
var s3 = new AWS.S3({endpoint: ep});
s3.defineService.endpoint.hostname ='http://localhost:8080';