6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
32 lines
3.0 KiB
JavaScript
32 lines
3.0 KiB
JavaScript
const { NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS, S3ExpressIdentityCache, S3ExpressIdentityCacheEntry, S3ExpressIdentityProviderImpl, S3RestXmlProtocol, SignatureV4S3Express, checkContentLengthHeader, checkContentLengthHeaderMiddlewareOptions, getCheckContentLengthHeaderPlugin, getRegionRedirectMiddlewarePlugin, getS3ExpiresMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getThrow200ExceptionsPlugin, getValidateBucketNamePlugin, regionRedirectEndpointMiddleware, regionRedirectEndpointMiddlewareOptions, regionRedirectMiddleware, regionRedirectMiddlewareOptions, resolveS3Config, s3ExpiresMiddleware, s3ExpiresMiddlewareOptions, s3ExpressHttpSigningMiddleware, s3ExpressHttpSigningMiddlewareOptions, s3ExpressMiddleware, s3ExpressMiddlewareOptions, throw200ExceptionsMiddleware, throw200ExceptionsMiddlewareOptions, validateBucketNameMiddleware, validateBucketNameMiddlewareOptions } = require("@aws-sdk/middleware-sdk-s3/s3");
|
|
exports.NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS = NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS;
|
|
exports.S3ExpressIdentityCache = S3ExpressIdentityCache;
|
|
exports.S3ExpressIdentityCacheEntry = S3ExpressIdentityCacheEntry;
|
|
exports.S3ExpressIdentityProviderImpl = S3ExpressIdentityProviderImpl;
|
|
exports.S3RestXmlProtocol = S3RestXmlProtocol;
|
|
exports.SignatureV4S3Express = SignatureV4S3Express;
|
|
exports.checkContentLengthHeader = checkContentLengthHeader;
|
|
exports.checkContentLengthHeaderMiddlewareOptions = checkContentLengthHeaderMiddlewareOptions;
|
|
exports.getCheckContentLengthHeaderPlugin = getCheckContentLengthHeaderPlugin;
|
|
exports.getRegionRedirectMiddlewarePlugin = getRegionRedirectMiddlewarePlugin;
|
|
exports.getS3ExpiresMiddlewarePlugin = getS3ExpiresMiddlewarePlugin;
|
|
exports.getS3ExpressHttpSigningPlugin = getS3ExpressHttpSigningPlugin;
|
|
exports.getS3ExpressPlugin = getS3ExpressPlugin;
|
|
exports.getThrow200ExceptionsPlugin = getThrow200ExceptionsPlugin;
|
|
exports.getValidateBucketNamePlugin = getValidateBucketNamePlugin;
|
|
exports.regionRedirectEndpointMiddleware = regionRedirectEndpointMiddleware;
|
|
exports.regionRedirectEndpointMiddlewareOptions = regionRedirectEndpointMiddlewareOptions;
|
|
exports.regionRedirectMiddleware = regionRedirectMiddleware;
|
|
exports.regionRedirectMiddlewareOptions = regionRedirectMiddlewareOptions;
|
|
exports.resolveS3Config = resolveS3Config;
|
|
exports.s3ExpiresMiddleware = s3ExpiresMiddleware;
|
|
exports.s3ExpiresMiddlewareOptions = s3ExpiresMiddlewareOptions;
|
|
exports.s3ExpressHttpSigningMiddleware = s3ExpressHttpSigningMiddleware;
|
|
exports.s3ExpressHttpSigningMiddlewareOptions = s3ExpressHttpSigningMiddlewareOptions;
|
|
exports.s3ExpressMiddleware = s3ExpressMiddleware;
|
|
exports.s3ExpressMiddlewareOptions = s3ExpressMiddlewareOptions;
|
|
exports.throw200ExceptionsMiddleware = throw200ExceptionsMiddleware;
|
|
exports.throw200ExceptionsMiddlewareOptions = throw200ExceptionsMiddlewareOptions;
|
|
exports.validateBucketNameMiddleware = validateBucketNameMiddleware;
|
|
exports.validateBucketNameMiddlewareOptions = validateBucketNameMiddlewareOptions;
|