Skip to content

Commit 72f0c9a

Browse files
committed
remove test additions
1 parent 463ac4e commit 72f0c9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/com/rundeck/plugins/aws/S3ResourceModelSource.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
import com.dtolabs.rundeck.plugins.ServiceNameConstants;
4040
import com.dtolabs.rundeck.plugins.util.DescriptionBuilder;
4141

42-
@Plugin(name = "aws-s3-source-chris", service = ServiceNameConstants.ResourceModelSource)
42+
@Plugin(name = "aws-s3-source", service = ServiceNameConstants.ResourceModelSource)
4343
public class S3ResourceModelSource implements ResourceModelSourceFactory,Describable {
44-
public static final String PROVIDER_NAME = "aws-s3-source-chris";
44+
public static final String PROVIDER_NAME = "aws-s3-source";
4545

4646
private Framework framework;
4747

@@ -107,11 +107,11 @@ protected static Map<String, Object> getRenderOpt(String value, boolean secondar
107107

108108
static Description DESC = DescriptionBuilder.builder()
109109
.name(PROVIDER_NAME)
110-
.title("AWS S3 remote model source - TEST")
110+
.title("AWS S3 remote model source")
111111
.description("Obtain nodes information from a file located in a S3 bucket")
112-
.property(PropertyUtil.string(KEY, "AWS Access Key", "AWS Access Key. - TEST", false,
112+
.property(PropertyUtil.string(KEY, "AWS Access Key", "AWS Access Key.", false,
113113
null,null,null, renderingOptionsAuthentication))
114-
.property(PropertyUtil.string(SECRET, "AWS Secret Key", "AWS Secret Key. - TEST", false,
114+
.property(PropertyUtil.string(SECRET, "AWS Secret Key", "AWS Secret Key.", false,
115115
null,null,null, renderingOptionsAuthentication))
116116
.property(PropertyUtil.string(CREDENTIALFILE, "AWS Credentials File - TEST", "Path to a AWSCredentials.properties file " +
117117
"containing 'accessKey' and 'secretKey'.", false,

0 commit comments

Comments
 (0)