I have a public bucket 'wordgamesswf' on Google Cloud storage where objects can be accessed with urls http://commondatastorage.googleapis.com/wordgamesswf/linguistics
I need to host the files from my domain so i added a CNAME redirect from wordgamesswf.addictingwordgames.com to c.storage.googleapis.com
I'm trying to access the object at http://wordgamesswf.addictingwordgames.com/linguistics
but im getting the following error
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist.</Message>
</Error>
is there something i missed?