amazon-archives / aws-sdk-unity

ARCHIVED: The aws sdk for unity is now distributed as a part of aws sdk for dotnet:
https://github.com/aws/aws-sdk-net
Other
105 stars 43 forks source link

Is there an easy way to use the S3 part of the plugin to target a cloudfront distribution(pointing towards an s3 origin)? #34

Closed Orfeas-Bedbug closed 9 years ago

Orfeas-Bedbug commented 9 years ago

From what i have figured in the short time i've been messing with the unity sdk, by default(i guess trying to be more user friendly), the constructor for the s3client only gets bucket as a name, and then it formats itself in a url. Is there anyway to skip this, and either use a normal url in the constructor without it being altered to add endpoints or disable the url parsing somewhere? I'm guessing that would be the only thing needed for it work since cloudfront forwards everything to s3.Thanks a lot.

Orfeas-Bedbug commented 9 years ago

Figured out that setting the serviceurl in the config script will override any endpoint setting attempts