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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -