Guest User

Untitled

a guest
Feb 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. InputStream is=file.getInputStream();
  2. s3client.putObject(new PutObjectRequest(bucketName, keyName,is,new ObjectMetadata()));
Add Comment
Please, Sign In to add comment