-
Notifications
You must be signed in to change notification settings - Fork 443
feat(integration/s3): tempURL, cache, doc, integration #4221
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
Conversation
4d4c6bd
to
f1c81f4
Compare
new IT:
|
Signed-off-by: Yvonnick Esnault <yvonnick@esnau.lt>
f1c81f4
to
69e977e
Compare
- action [Artifact Downlaod]({{< relref "/docs/actions/artifact-download.md">}}) | ||
- [worker cache command]({{< relref "/docs/components/worker/cache">}}) | ||
|
||
Notice: per default, the storage is configured in CDS Configuration. This integration |
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.
by default
instead per default
no ?
With this integration, you can use a dedicated AWS S3 Bucket Storage on : | ||
|
||
- action [Artifact Upload]({{< relref "/docs/actions/artifact-upload.md">}}) | ||
- action [Artifact Downlaod]({{< relref "/docs/actions/artifact-download.md">}}) |
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.
- action [Artifact Downlaod]({{< relref "/docs/actions/artifact-download.md">}}) | |
- action [Artifact Download]({{< relref "/docs/actions/artifact-download.md">}}) |
if err != nil 8000 { | ||
return "", "", sdk.WrapError(err, "failed to sign request") | ||
} | ||
log.Debug("AWS-S3-Store> StoreURL urlStr:%v key:%v hs:%v", urlStr, *key, hs) |
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.
key could not be nil ?
* feat(integration/s3): tempURL, cache, docs Signed-off-by: Yvonnick Esnault <yvonnick@esnau.lt> Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
* feat(integration/s3): tempURL, cache, docs Signed-off-by: Yvonnick Esnault <yvonnick@esnau.lt> Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
Signed-off-by: Yvonnick Esnault yvonnick@esnau.lt