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.
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.