We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now, we can only init storager with pairs whose value is String by convert Pair into type.Pair.
String
Pair
type.Pair
Options such as s3.WithForcePathStyle can not be set via String.
s3.WithForcePathStyle
In GSP-90, we support initialization via connection string, with which pairs with bool or int type can be parsed.
We need to migrate init method with this.
The text was updated successfully, but these errors were encountered:
Prnyself
No branches or pull requests
For now, we can only init storager with pairs whose value is
String
by convertPair
intotype.Pair
.Options such as
s3.WithForcePathStyle
can not be set viaString
.In GSP-90, we support initialization via connection string, with which pairs with bool or int type can be parsed.
We need to migrate init method with this.
The text was updated successfully, but these errors were encountered: