Uses of Class
org.nuxeo.ecm.blob.s3.S3BlobStoreConfiguration
Packages that use S3BlobStoreConfiguration
-
Uses of S3BlobStoreConfiguration in org.nuxeo.ecm.blob.s3
Fields in org.nuxeo.ecm.blob.s3 declared as S3BlobStoreConfigurationModifier and TypeFieldDescriptionS3BlobProvider.configprotected S3BlobStoreConfigurationS3BlobScroll.configprotected final S3BlobStoreConfigurationS3BlobStore.configMethods in org.nuxeo.ecm.blob.s3 that return S3BlobStoreConfigurationModifier and TypeMethodDescriptionS3BlobKey.config()Returns the value of theconfigrecord component.protected S3BlobStoreConfigurationS3BlobProvider.getConfiguration(Map<String, String> properties) S3BlobStoreConfiguration.withNamespace(String ns) Returns a copy of the S3BlobStoreConfiguration with a different namespace.Methods in org.nuxeo.ecm.blob.s3 with parameters of type S3BlobStoreConfigurationModifier and TypeMethodDescriptionprotected StringS3BlobStore.copyOrMoveBlob(S3BlobStoreConfiguration sourceConfig, S3BlobKey srcs3Key, S3BlobStoreConfiguration destinationConfig, String destinationKey, boolean move) Returns the version id, ornull.Constructors in org.nuxeo.ecm.blob.s3 with parameters of type S3BlobStoreConfigurationModifierConstructorDescriptionS3BlobKey(S3BlobStoreConfiguration config, String key) Creates an instance of aS3BlobKeyrecord class.S3BlobStore(String blobProviderId, String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy)