bio-guoda / preston-dbg-2022

preston archive with hashes of images associated with Denver Botanical Gardens
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

at least 3 idigbio hosted images missing #2

Open jhpoelen opened 1 year ago

jhpoelen commented 1 year ago

It appears that the Denver Botanical Garden is pointing to 2610 idigbio hosted images (via ./list-images.sh | grep idigbio | wc -l, see attached dbg-idigbio-images.txt ).

@mielliott @catchapman @danstoner any idea why idigbio's media storage produces:

image

or

curl -L https://s.idigbio.org/idigbio-images-prod-fullsize/fdb1bd97e9c0ccea3d020507401e7b1a.jpg
<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><BucketName>idigbio-images-prod-fullsize</BucketName><RequestId>tx000000000000002f1ddc5-00634ffa70-2c9505f4-default</RequestId><HostId>2c9505f4-default-default</HostId></Error>

Here's a full list of known image "holes" in DBG -

Oct 19 00:06:32: https://api.idigbio.org/v2/media/fdb1bd97e9c0ccea3d020507401e7b1a?size=fullsize http://purl.org/pav/hasVersion https://deeplinker.bio/.well-known/genid/15c20229-1eeb-3079-add2-38f634818c6b . Oct 19 01:52:23: https://api.idigbio.org/v2/media/0825e148e71901ffaaf1330874dccdb1?size=fullsize http://purl.org/pav/hasVersion https://deeplinker.bio/.well-known/genid/3b8fa5a4-ff7e-301e-940c-db262b0dfa56 . Oct 19 13:14:54: https://api.idigbio.org/v2/media/1016537481ada98336eba6604b03e7e8?size=fullsize http://purl.org/pav/hasVersion https://deeplinker.bio/.well-known/genid/55742bc1-acb4-3553-b615-b9f2ea336aa8 .

Note that the associated thumbnail and webview versions of the image appear to be available still.

e.g., https://api.idigbio.org/v2/media/1016537481ada98336eba6604b03e7e8?size=webview and https://api.idigbio.org/v2/media/1016537481ada98336eba6604b03e7e8?size=thumbnail

mielliott commented 1 year ago

@wilsotc @mokelly2

jhpoelen commented 1 year ago

Hey iDigBio friend @wilsotc @mokelly2 @mielliott

I tried to get the image reference by DBG, but still got:

curl -L https://s.idigbio.org/idigbio-images-prod-fullsize/fdb1bd97e9c0ccea3d020507401e7b1a.jpg

to return

<?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code><BucketName>idigbio-images-prod-fullsize</BucketName><RequestId>tx00000000000000312585b-0063668a5c-2c9505f4-default</RequestId><HostId>2c9505f4-default-default</HostId></Error>

Is there any other way to get open access to this resource?