Skip to content

Commit

Permalink
Merge pull request #457 from jonesbusy/feature/confusing-title
Browse files Browse the repository at this point in the history
Rename configuration title to be more specific
  • Loading branch information
jglick authored Feb 9, 2024
2 parents 0b62663 + d3cb0ea commit 1239f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:c="/lib/credentials">
<f:section title="${%Amazon S3 Bucket Access settings}">
<f:section title="${%Artifact Manager Amazon S3 Bucket}">
<f:entry title="${%S3 Bucket Name}" field="container">
<f:textbox/>
</f:entry>
Expand Down

0 comments on commit 1239f6b

Please sign in to comment.