Uses of Class
org.nuxeo.ecm.blob.s3.S3BlobStoreConfiguration
-
Packages that use S3BlobStoreConfiguration Package Description org.nuxeo.ecm.blob.s3 -
-
Uses of S3BlobStoreConfiguration in org.nuxeo.ecm.blob.s3
Fields in org.nuxeo.ecm.blob.s3 declared as S3BlobStoreConfiguration Modifier and Type Field Description S3BlobStoreConfiguration
S3BlobProvider. config
protected S3BlobStoreConfiguration
S3BlobScroll. config
protected S3BlobStoreConfiguration
S3BlobStore. config
Methods in org.nuxeo.ecm.blob.s3 that return S3BlobStoreConfiguration Modifier and Type Method Description protected S3BlobStoreConfiguration
S3BlobProvider. getConfiguration(Map<String,String> properties)
S3BlobStoreConfiguration
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 S3BlobStoreConfiguration Modifier and Type Method Description protected 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
.Constructors in org.nuxeo.ecm.blob.s3 with parameters of type S3BlobStoreConfiguration Constructor Description S3BlobStore(String blobProviderId, String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy)
S3BlobStore(String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy)
Deprecated.since 11.5
-