Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AWSS3Helper

AWSS3Helper class.

Inheritance
System.Object
AWSS3Helper
Namespace: EPiServer.Commerce.ODP.Internal
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0
Syntax
public class AWSS3Helper : Object

Constructors

AWSS3Helper()

Declaration
public AWSS3Helper()

Methods

SendFile(Stream, String, MarketKey, Action<String>, LocalizationService, ILogger, CancellationToken)

Declaration
public static bool SendFile(Stream data, string fileName, MarketKey marketKey, Action<string> uiNotifier, LocalizationService localizationService, ILogger _logger, CancellationToken cancellationToken)
Parameters
Type Name Description
System.IO.Stream data
System.String fileName
MarketKey marketKey
System.Action<System.String> uiNotifier
EPiServer.Framework.Localization.LocalizationService localizationService
Microsoft.Extensions.Logging.ILogger _logger
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Boolean