Uses of Class
org.nuxeo.ecm.blob.s3.S3BlobStoreConfiguration
-
Uses of S3BlobStoreConfiguration in org.nuxeo.ecm.blob.s3
Modifier and TypeFieldDescriptionS3BlobProvider.config
protected S3BlobStoreConfiguration
S3BlobScroll.config
protected final S3BlobStoreConfiguration
S3BlobStore.config
Modifier and TypeMethodDescriptionprotected S3BlobStoreConfiguration
S3BlobProvider.getConfiguration
(Map<String, String> properties) S3BlobStoreConfiguration.withNamespace
(String ns) Returns a copy of the S3BlobStoreConfiguration with a different namespace.Modifier and TypeMethodDescriptionprotected void
S3BlobStore.copyBlob
(S3BlobStoreConfiguration sourceConfig, String sourceKey, S3BlobStoreConfiguration destinationConfig, String destinationKey, boolean move) Deprecated.protected String
S3BlobStore.copyOrMoveBlob
(S3BlobStoreConfiguration sourceConfig, String sourceKey, String sourceVersionId, S3BlobStoreConfiguration destinationConfig, String destinationKey, boolean move) Returns the version id, ornull
.ModifierConstructorDescriptionS3BlobStore
(String blobProviderId, String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy) S3BlobStore
(String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy) Deprecated.since 11.5
S3BlobStore.copyOrMoveBlob(S3BlobStoreConfiguration, String, String, S3BlobStoreConfiguration, String, boolean)
instead