Copy and Paste Error on AWSS3StorageCache example

This commit is contained in:
Adam Greene 2022-04-05 09:37:27 -03:00 коммит произвёл GitHub
Родитель 7fe174ec4b
Коммит 1ff58bec17
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -111,7 +111,7 @@ Once installed the cache @SixLabors.ImageSharp.Web.Caching.AWS.AWSS3StorageCache
// Optionally create the cache bucket on startup if not already created.
AWSS3StorageCache.CreateIfNotExists(options, S3CannedACL.Private);
})
.SetCache<AzureBlobStorageCache>()
.SetCache<AWSS3StorageCache>()
```
Images are cached using a hash of the request URL as the object name. All appropriate metadata is stored in the object properties to correctly serve the object with the correct response headers.