Skip to content

How to find the storage for a data collection? #233

Answered by TomAugspurger
John-Polo asked this question in Q&A
Discussion options

You must be logged in to vote

We'll need to update those docs to say "A SAS token is usually needed...." Some of our containers, notably the NOAA ones, are public. So there's no need for a SAS token in this case. Here's an example using curl:

» curl -I "https://noaagfs.blob.core.windows.net/gfs/enkfgdas.20230406/00/atmos/mem001/gdas.t00z.sfcf003.nc"
HTTP/1.1 200 OK
Content-Length: 277486090
Content-Type: application/octet-stream
Content-MD5: kf/MT8SXQT+mDxIU8nHz1g==
Last-Modified: Thu, 06 Apr 2023 07:02:41 GMT
ETag: 0x8DB366CE9F41AFA
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 98e61878-401e-0066-4a84-afae75000000
x-ms-version: 2009-09-19
x-ms-lease-status: unlocked
x-ms-blob-type: BlockBlob
A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@John-Polo
Comment options

Answer selected by John-Polo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants