Class MinioTransporterConfigurationKeys
java.lang.Object
org.eclipse.aether.transport.minio.MinioTransporterConfigurationKeys
Configuration for MinIO Transport.
- Since:
- 2.0.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhether plaintext HTTP object storage endpoints (repository URLs inminio+httpors3+httpform) are allowed.static final StringThe fixed bucket name to use.static final StringObject name mapper to use.static final booleanstatic final Stringstatic final String -
Method Summary
-
Field Details
-
CONFIG_PROP_OBJECT_NAME_MAPPER
Object name mapper to use.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()- Value type:
String- Default value:
DEFAULT_OBJECT_NAME_MAPPER- Supports Repo ID Suffix:
- Yes
-
DEFAULT_OBJECT_NAME_MAPPER
- See Also:
-
CONFIG_PROP_FIXED_BUCKET_NAME
The fixed bucket name to use.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()- Value type:
String- Default value:
DEFAULT_FIXED_BUCKET_NAME- Supports Repo ID Suffix:
- Yes
-
DEFAULT_FIXED_BUCKET_NAME
- See Also:
-
CONFIG_PROP_ALLOW_INSECURE_PROTOCOL
Whether plaintext HTTP object storage endpoints (repository URLs inminio+httpors3+httpform) are allowed. Plaintext endpoints offer no transport integrity (artifacts and their checksum objects travel over the same tamperable channel) and, because the repository protocol string is nothttp, such URLs are not matched byexternal:http:*mirror blocking. They are therefore refused unless this property is explicitly set totrue.- Since:
- 2.0.23
- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()- Value type:
Boolean- Default value:
DEFAULT_ALLOW_INSECURE_PROTOCOL- Supports Repo ID Suffix:
- Yes
-
DEFAULT_ALLOW_INSECURE_PROTOCOL
- See Also:
-