added some documentation for AWSConfig #129
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I needed to hack the request URL for using a local instance of min.io, and I was afriad I would have to change a bunch of stuff support that, but I was happy to discover that this functionality is already supported, at least in AWSS3.jl.
I've added some documentation to the string to make this slightly easier to discover.
Note that I'm not actually 100% sure that every service supports this. The functionality that was actually relevant to me was a check for
:endpoint
in AWSS3.jl, so at this point there would seem to be nothing AWSCore that provides this for services in a generic way.If there are more available options that I'm unaware of, please let me know and I'll add to this string, thanks!