Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a configuration setting for the AWS provider to adjust the url scheme for S3 buckets? #305

Closed
stevenmaguire opened this issue Oct 6, 2016 · 3 comments

Comments

@stevenmaguire
Copy link

There is a closed issue related to accessing buckets with virtual host over HTTPS. In my experience accessing the bucket using the alternate naming scheme works well over https. Is there an existing config to use the alternate URL pattern?

https://my.production.bucket.s3.amazonaws.com/myObject has problems

https://s3.amazonaws.com/my.production.bucket/myObject works

Any thoughts?

@geemus
Copy link
Member

geemus commented Oct 6, 2016

I believe the option you would want would be :path_style => true on the connection? Let me know if that is insufficient though. Thanks!

@geemus geemus closed this as completed Oct 6, 2016
@stevenmaguire
Copy link
Author

Perfect. That's exactly what I was looking for. Is that setting documented anywhere? I attempted to look! I'm usually a very RTFM kind of person...

@geemus
Copy link
Member

geemus commented Oct 12, 2016

I think it's in comments in the code, but maybe not much more than that. Would certainly welcome help making it clearer. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants