Skip to content

Commit

Permalink
Fix presign on time series data fetches
Browse files Browse the repository at this point in the history
  • Loading branch information
Frencil committed Apr 28, 2020
1 parent 087a53c commit 1dc1701
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 135 deletions.
2 changes: 1 addition & 1 deletion lib/components/TimeSeriesViewer/TimeSeriesViewerContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ var Provider = function Provider(props) {
var getSiteMonthDataURL = function getSiteMonthDataURL(siteCode, month) {
var root = _NeonEnvironment.default.getFullApiPath('data');

return "".concat(root, "/").concat(state.product.productCode, "/").concat(siteCode, "/").concat(month, "?presign=false");
return "".concat(root, "/").concat(state.product.productCode, "/").concat(siteCode, "/").concat(month);
};

var _state$selection = state.selection,
Expand Down
Loading

0 comments on commit 1dc1701

Please sign in to comment.