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

Bucket::new path_style should be an enum #31

Closed
malobre opened this issue Oct 22, 2021 · 0 comments · Fixed by #35
Closed

Bucket::new path_style should be an enum #31

malobre opened this issue Oct 22, 2021 · 0 comments · Fixed by #35

Comments

@malobre
Copy link
Contributor

malobre commented Oct 22, 2021

See C-CUSTOM-TYPE from the API guidelines.

Something like this would be great:

enum UrlStyle {
    // This variant could be marked as #[deprecated]
    Path,
    VirtualHost
}
@malobre malobre changed the title path_style should be an enum Bucket::new path_style should be an enum Oct 22, 2021
@manuelpelloni manuelpelloni mentioned this issue Oct 30, 2021
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

Successfully merging a pull request may close this issue.

1 participant