dotnet add OrchardCore.Media.AmazonS3Enables support for storing media files in Amazon S3.
Features
Amazon Media Storage
Enables support for storing media files in Amazon S3. Its manifest-backed feature ID is OrchardCore.Media.AmazonS3, and it is categorized as Hosting. It depends on OrchardCore.Media.Cache, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Amazon Media Image Cache
Provides storage of cached resized images within the Amazon S3 storage service. Its manifest-backed feature ID is OrchardCore.Media.AmazonS3.ImageCache, and it is categorized as Hosting. It depends on OrchardCore.Media, and OrchardCore.Media.AmazonS3, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Amazon Media Image Cache (Obsolete)
Obsolete legacy feature ID kept for backwards compatibility. Enables OrchardCore.Media.AmazonS3.ImageCache automatically. Its manifest-backed feature ID is OrchardCore.Media.AmazonS3.ImageSharpImageCache, and it is categorized as Hosting. It depends on OrchardCore.Media.AmazonS3.ImageCache, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause