com.crabshue.commons.aws.s3.domain.AwsS3Bucket Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-aws-s3 Show documentation
Show all versions of commons-aws-s3 Show documentation
Library for Amazon AWS S3 (Simple Storage Service) integration.
The newest version!
package com.crabshue.commons.aws.s3.domain;
import com.amazonaws.regions.Regions;
import lombok.Data;
/**
* Details for an AWS S3 bucket.
*/
@Data
public class AwsS3Bucket {
private String name;
private Regions region;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy