-
Notifications
You must be signed in to change notification settings - Fork 246
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
docs/operator-notes: document supported S3 URL formats #1358
Conversation
Hold until I'm able to test every format. |
cc @zeleena |
Okay, this should be ready to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding docs! I've got a few clarifying questions, but nothing that would hold this up.
Question.. do we support s3 pre-signed URLs? Should we include an example of them here? |
Those are just HTTP(S) URLs, so they should work but don't have any special semantics. |
That's good feedback, thanks. Updated for comments, simplified the table, and added supported spec versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For #1322. Followup to #1264.