Replies: 1 comment
-
A PR is already open, didn't see it sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to contribute by adding a new feature allowing upload of documents to an S3 compatible bucket (
S3CompatibleArtifactService
).At first, I thought of adding a
AwsS3ArtifactService
but I think generalizing it is better with the help ofboto3
.For the implementation, I think it will be pretty similar to the GCS one. I need to dig deeper and test.
If there is anything I need to know, please help.
Beta Was this translation helpful? Give feedback.
All reactions