Replies: 1 comment 3 replies
-
Hi @workmap Are you able to share your configuration (without secrets of course)? The following config is working for me on latest version of terriajs {
"newShareUrlPrefix": "s",
"shareUrlPrefixes": {
"s": {
"service": "s3",
"region": "ap-southeast-2",
"bucket": "xxx",
"accessKeyId": "xxx",
"secretAccessKey": "xxx"
}
}
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings I am trying to implement short linking in terriamap share. I see that there is a
shareURLPrefixes
property indevserverconfig.json
( terriajs-server shareURLPrefixes configuration ). I used the aws s3 configuration but nothing happens. I gave IAM permissions to my terriamap container to handle the s3 gut and get requests. I have verified thatshareUrlPrefix
is loaded intoterriajs-server
. However the url is not shortened and nothing is written to s3.Has anyone worked with shareUrlPrefixes for s3?
Beta Was this translation helpful? Give feedback.
All reactions