You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEFAULT_CONTEXT = {
'name': 'Herald-Sun Events Calendar',
'title': 'Local events for Durham and Orange Counties'
}
Questions:
1) Should the credentials for 'Defaults,' (lines 1-4 of settings.yaml) be the same as in the 'S3 credentials' structure at the bottom (lines 12-15)? ... seems funny to repeat them.
2) In the S3CONFIG structure of tarbell_config.py, I get the same error (shown), whether I put in the url for the aws.amazon.com/console (shown) or the 'endpoint' url. Which is correct? or does it matter?
Again, thanks... hope I'm not too confused.
TC
The text was updated successfully, but these errors were encountered:
Off-the-top-of-my-head answer here, but I believe you need to specify the bucket name instead of only your AWS S3 instance. So, for example, my config looks like this:
NoSuchBucketThe specified bucket does not exist>tomco.s3-website-us-east-1.amazonaws.com
9EDFB62582D90F79
N7Vrymxr1Grz39Xmpo8AqbtwtWAQWLjrFL+wM1f3vyn2h6STIFCRjDIJX/s2nVrI
Won't have time to experiment for til tomorrow... further thoughts welcome.
David et. al.,
Got Tarbell running on local machine... using Gdox... thanks for your previous help.
Now having trouble with S3 connection:
my guess is problem(s) in either:
settings.yaml:
or tarbell_config.py:
Questions:
1) Should the credentials for 'Defaults,' (lines 1-4 of settings.yaml) be the same as in the 'S3 credentials' structure at the bottom (lines 12-15)? ... seems funny to repeat them.
2) In the S3CONFIG structure of tarbell_config.py, I get the same error (shown), whether I put in the url for the aws.amazon.com/console (shown) or the 'endpoint' url. Which is correct? or does it matter?
Again, thanks... hope I'm not too confused.
TC
The text was updated successfully, but these errors were encountered: