Skip to content

Commit

Permalink
remove access key
Browse files Browse the repository at this point in the history
  • Loading branch information
Robothy committed Aug 28, 2023
1 parent e7cff68 commit 8fd7b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ void testContinuationTokenWithStartAfter(AmazonS3 s3) {
void test() {
AmazonS3 s3 = AmazonS3Client.builder()
.withCredentials(new AWSStaticCredentialsProvider(
new BasicAWSCredentials("AKIA372Q46RLSTQAB7HY", "fvf/ACjJA2rzS1iFHfByNV1V/ZuXlezaI97ZLGV0")))
new BasicAWSCredentials("", "")))

.withRegion(Regions.AP_SOUTHEAST_1)
.build();
Expand Down

0 comments on commit 8fd7b24

Please sign in to comment.