diff --git a/README.md b/README.md index a26be864..25140b29 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ For more details check [AWS Credentials](#aws-credentials) * S3 Bucket Region: Region to use to generate the URLs to get/put artifacts, by default it is autodetected. -After that you can configure the S3 Bucket settings on Manage Jenkins/Amazon Web Services Configuration on the section `Amazon S3 Bucket Access settings` in +After that you can configure the S3 Bucket settings on Manage Jenkins/Amazon Web Services Configuration on the section `Artifact Manager Amazon S3 Bucket` in the same configuration page. * S3 Bucket Name: Name of the S3 Bucket to use to store artifacts. diff --git a/src/main/java/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig.java b/src/main/java/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig.java index 81d1dceb..723fc70f 100644 --- a/src/main/java/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig.java +++ b/src/main/java/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig.java @@ -262,7 +262,7 @@ public void setCustomSigningRegion(String customSigningRegion){ @NonNull @Override public String getDisplayName() { - return "Amazon S3 Bucket Access settings"; + return "Artifact Manager Amazon S3 Bucket"; } @NonNull diff --git a/src/main/resources/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig/config.jelly b/src/main/resources/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig/config.jelly index 97b3207b..a6fec1e5 100644 --- a/src/main/resources/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig/config.jelly +++ b/src/main/resources/io/jenkins/plugins/artifact_manager_jclouds/s3/S3BlobStoreConfig/config.jelly @@ -1,7 +1,7 @@ - +