Custom s3 URL Destination #507
Replies: 4 comments 3 replies
-
I already support about eight different S3 providers but I haven't looked at that one you're talking about |
Beta Was this translation helpful? Give feedback.
-
You'd have to get me a pre-signed URL to try to work with or otherwise to see if we can't figure it out |
Beta Was this translation helpful? Give feedback.
-
I just don't want to guess is all. Send me those details and a custom endpoint url and I'll see what I can do to make it work. Without a test case I'd just be guessing tho. |
Beta Was this translation helpful? Give feedback.
-
This approach would work because I'm not using the AWS SDK with pre-signed
urls so it would just do a put request to whatever you are all you give it
…On Thu, Jun 24, 2021, 1:41 PM Nate ***@***.***> wrote:
Now writing that out I could probably just try the "AWS S3 Presigned URL"
with our custom S3 endpoint presigned url too.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#507 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABARKJTSRN5BY3WSW3Y3HO3TUNU3XANCNFSM47IJX3VA>
.
|
Beta Was this translation helpful? Give feedback.
-
I wanted to throw this in discussions as I don't think it's an issue but doesn't look like it's fully implemented. We use a custom s3 bucket hosted on-prem (minio https://min.io/) for some uploads on other forensic collectors. It would be great if I could also point KAPE to the custom s3 bucket URL. I think this might be partially supported based on documentation in the following articles that the KAPE documentation pointed to:
https://cdn.nsoftware.com/help/IUF/cs/S3ClientConfig.htm#URL
https://cdn.nsoftware.com/help/IUF/cs/S3Client_p_ServiceProvider.htm -> "spCustom"
If there is already a way to do this please let me know, I didn't see it after scanning through some of the S3 specific documentation.
Beta Was this translation helpful? Give feedback.
All reactions