mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
|
/**
|
||
|
* Create an appropriate GDAL path to an S3 object
|
||
|
*
|
||
|
function buildDestinationVSIS3Path(_options, name) {
|
||
|
return `/vsis3/${bucket}/${key}`;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
// buildDestinationVSIS3Path
|
||
|
}
|