SImA 1.2 and above:
The S3 URI is detailed in the Location row of the Measurement Info table for a given dataset:
SImA 1.1:
In SImA 1.1 the complete S3 URI is not freely available, but you construct it manually using a syntax like this:
s3://<original_bucket_name>/dataset-<UUID>
Where:
-
<original_bucket_name>
is the name of the S3 "original" bucket used by SImA. If not already known, the bucket name is stored as theAWS_S3_BUCKET_ORIGINAL
variable in thedefault.env
file found in the SImA installation directory, e.g.,
AWS_S3_BUCKET_ORIGINAL=imaging-simadev01--original
-
<UUID>
is the UUID of the dataset as shown in the Measurement Info table.
For example, the dataset in the screenshot above has a UUID of 1d0550dc-dfc2-11ee-bd73-02420a000625 and the name of the S3 original bucket used by SImA is imaging-simadev01--original
, meaning the S3 URI for the dataset would be s3://imaging-simadev01--original/dataset-1d0550dc-dfc2-11ee-bd73-02420a000625
.