Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. public class AmazonS3OutputObject {
  2.  
  3.     public static final AmazonS3OutputObject ADX_CREDENTIALS = new AmazonS3OutputObject(
  4.             "myAccesskey",
  5.             "mySecretKey",
  6.             "myBucket",
  7.             "myPrefix"
  8.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement