Uses of Interface
org.eclipse.aether.transport.minio.ObjectNameMapperFactory
Packages that use ObjectNameMapperFactory
Package
Description
Support for downloads/uploads via the S3 protocol.
-
Uses of ObjectNameMapperFactory in org.eclipse.aether.transport.minio
Constructor parameters in org.eclipse.aether.transport.minio with type arguments of type ObjectNameMapperFactoryModifierConstructorDescriptionMinioTransporterFactory(Map<String, ObjectNameMapperFactory> objectNameMapperFactories, PathProcessor pathProcessor) -
Uses of ObjectNameMapperFactory in org.eclipse.aether.transport.minio.internal
Classes in org.eclipse.aether.transport.minio.internal that implement ObjectNameMapperFactoryModifier and TypeClassDescriptionclassA fixed bucket mapper, uses given bucket ID and then constructs object name using repository ID and layout path as object name.classA mapper that uses repository ID as bucket name and layout path as object name.