Build failing with Amazon ProfileCredentialsProvider -
// this.s3client = new amazons3client(new profilecredentialsprovider()); this.s3client = new amazons3client();
if uncomment first line, project build failing saying doesn't recognise package ( com.amazonaws.auth.profile) , encountered error @ profilecredentialsprovider().
but if use second line, ok. why happen?
Comments
Post a Comment