Package org.eclipse.aether.transport.minio
package org.eclipse.aether.transport.minio
Support for downloads/uploads via the S3 protocol. The implementation is backed by
MinIO Java.
The repository URL should be defined with protocol
minio+https or s3+https; the factory will
merely strip the "minio+" or "s3+" prefix assuming the resulting URL will point to the expected S3 endpoint.
The plaintext minio+http/s3+http forms are refused by default: they offer no transport integrity
and are not matched by external:http:* mirror blocking. To use a plaintext endpoint anyway, explicitly
set the configuration property aether.transport.minio.allowInsecureProtocol to true.- Since:
- 2.0.2
-
ClassDescriptionConfiguration for MinIO Transport.A transporter factory for repositories using the S3 API object storage using Minio.S3 Object name, bucket + name.Mapping for
ObjectName.Factory forObjectNameMapper.