com.crabshue.commons.aws.s3.exceptions.AwsS3ErrorContext 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.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for AWS S3 operations.
*/
public enum AwsS3ErrorContext implements ErrorContext {
KEY,
PREFIX,
BUCKET,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy