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

    • 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 Details

    • S3Profile

      public S3Profile()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AbstractAwsProfile
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AbstractAwsProfile
    • toString

      public String toString()
      Overrides:
      toString in class Object