All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.crabshue.commons.aws.s3.exceptions.AwsS3ErrorContext Maven / Gradle / Ivy

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