public class S3Context
extends org.craftercms.core.service.ContextImpl
Context
for AWS S3.Modifier and Type | Field and Description |
---|---|
protected com.amazonaws.services.s3.AmazonS3URI |
rootFolderUri
AWS S3 bucket uri to use as root folder for the site.
|
Constructor and Description |
---|
S3Context(String id,
org.craftercms.core.store.ContentStoreAdapter storeAdapter,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles,
com.amazonaws.services.s3.AmazonS3URI rootFolderUri) |
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Returns the name of the bucket.
|
String |
getKey()
Returns the key of the folder.
|
Copyright © 2023 CrafterCMS. All rights reserved.