Class S3Profile


  • public class S3Profile
    extends AbstractAwsProfile
    Holds the information to connect to AWS S3.
    Author:
    joseross
    • Field Detail

      • bucketName

        protected String bucketName
        Name of the bucket.
      • prefix

        protected String prefix
        Optional prefix to prepend to all keys
      • pathStyleAccessEnabled

        protected boolean pathStyleAccessEnabled
        Indicates if path style access should be used for all request
    • Constructor Detail

      • S3Profile

        public S3Profile()
    • Method Detail

      • getBucketName

        public String getBucketName()
      • setBucketName

        public void setBucketName​(String bucketName)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • isPathStyleAccessEnabled

        public boolean isPathStyleAccessEnabled()
      • setPathStyleAccessEnabled

        public void setPathStyleAccessEnabled​(boolean pathStyleAccessEnabled)