s3:listbuckets
Full name:
org.kuali.maven.plugins:s3-maven-plugin:1.0.1:listbuckets
Description:
Print the list of buckets owned by the provided access key to the
console.
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
accessKey |
String |
- |
The AWS Access Key Id for an account on S3
|
secretKey |
String |
- |
The AWS Secret Access Key for an account on S3
|
Parameter Details
accessKey:
The AWS Access Key Id for an account on S3
- Type: java.lang.String
- Required: Yes
- Expression: ${s3.accessKey}
secretKey:
The AWS Secret Access Key for an account on S3
- Type: java.lang.String
- Required: Yes
- Expression: ${s3.secretKey}