clineamb / gulp-s3-upload

A gulp task to upload/update assets to an S3 account.
62 stars 37 forks source link

Is this possible to use routingRules ? #52

Open jayaprakashkamaraj opened 6 years ago

jayaprakashkamaraj commented 6 years ago

WebsiteConfiguration: { / required / ErrorDocument: { Key: 'STRING_VALUE' / required / }, IndexDocument: { Suffix: 'STRING_VALUE' / required / }, RedirectAllRequestsTo: { HostName: 'STRING_VALUE', / required / Protocol: http | https }, RoutingRules: [ { Redirect: { / required / HostName: 'STRING_VALUE', HttpRedirectCode: 'STRING_VALUE', Protocol: http | https, ReplaceKeyPrefixWith: 'STRING_VALUE', ReplaceKeyWith: 'STRING_VALUE' }, Condition: { HttpErrorCodeReturnedEquals: 'STRING_VALUE', KeyPrefixEquals: 'STRING_VALUE' } }, / more items / ]