j40-cejst-2/infrastructure/functions/detect-changes-for-worker/gdal.js

11 lines
207 B
JavaScript
Raw Normal View History

/**
* Create an appropriate GDAL path to an S3 object
*
function buildDestinationVSIS3Path(_options, name) {
return `/vsis3/${bucket}/${key}`;
}
*/
module.exports = {
// buildDestinationVSIS3Path
}