podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Update s3 Bucket Path #81

Closed viviant100 closed 8 months ago

viviant100 commented 9 months ago

(1) s3:///uuid/granules

(2) Update RDS schema documentation on wiki

joshgarde commented 9 months ago

The pattern discussed for the updated S3 paths is as follows:

/{product_id}/{partial_hash}/{original_filename}

This should ensure that our S3 naming is unique in the vast majority of cases where the SDS provides a filename which is the same as an existing output in the bucket

joshgarde commented 8 months ago

PR opened: https://github.com/podaac/swodlr-raster-create/pull/14

joshgarde commented 8 months ago

PR merged