-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support a separate URL base for pre-signed URLs #1006
Conversation
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.
Code LGTM. Let's document this here: https://github.com/heptio/ark/blob/master/docs/api-types/backupstoragelocation.md
Working on docs |
This allows the Ark server to use one URL for the majority of communications with S3 (or compatible) object storage, and a different URL base for pre-signed URLs (for streaming logs, etc. to clients). Signed-off-by: Andy Goldstein <[email protected]>
b80f29a
to
9ae861c
Compare
Initial docs edits done |
LGTM |
@wwitzel3 PTAL |
I'd recommend testing with s3 (no urls) and minio (just s3Url, s3Url + publicUrl) |
@wwitzel3 and I tested and this looks good! |
This allows the Ark server to use one URL for the majority of
communications with S3 (or compatible) object storage, and a different
URL base for pre-signed URLs (for streaming logs, etc. to clients).
Signed-off-by: Andy Goldstein [email protected]