35363738394041
/** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { client = new S3Client(accessKey, secretKey); }