Skip to content
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

upload generated JSON file to Amazon S3 #114

Open
epoger opened this issue May 26, 2020 · 1 comment
Open

upload generated JSON file to Amazon S3 #114

epoger opened this issue May 26, 2020 · 1 comment

Comments

@epoger
Copy link

epoger commented May 26, 2020

Suggested enhancement: allow user to configure the plugin to upload the JSON file generated to an Amazon S3 bucket rather than Google Drive.

I am willing to try my hand at adding that, if it's considered a good idea... or perhaps I would be better off using a 2-step solution? (Upload JSON file to Google Drive, and use a connector of some sort to upload a copy into S3 from there?)

@Synthoid
Copy link
Owner

Synthoid commented Jun 7, 2020

Interesting idea. I'm not 100% sure that it can be done easily, since most of the app-script API is locked down when it comes to external URLs. This is especially challenging since the file doesn't exist until the Google Drive API creates it. That said, you could probably get the generated JSON as a string then pass that to a custom function that interacts with your S3 bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants