ome / ome-ngff-prototypes

MIT License
8 stars 0 forks source link

S3 ngff-example-data unavailable #7

Closed aoles closed 1 year ago

aoles commented 1 year ago

Hi,

When trying to access any of the S3 resources linked in README.md I get an error similar to the following one.

Has the data been moved or deleted?

Cheers, Andrzej

<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>ngff-example-data/</Key>
<BucketName>i2k-2020</BucketName>
<Resource>/i2k-2020/ngff-example-data/</Resource>
<RequestId>17394297D2EBF3EB</RequestId>
<HostId>083e6bd6-5f67-4d7a-bf85-13f52b390395</HostId>
</Error>
aoles commented 1 year ago

After some googling around I was able to download the data with the help of the following AWS CLI command.

aws s3 cp --endpoint-url=https://s3.embl.de/ s3://i2k-2020/ngff-example-data ngff-example-data --recursive --no-sign-request