-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 function to upload whole folder to cloud storage #7
Comments
Hi abhishek I would like to pickup this issue, |
also should I make it for AWS S3 as well or only azure blob and gcp bucket? |
it should be configurable, and any new cloud provider could be added in future |
@abhishekraj272 are these going to be temp files? gcp has an option for those as well |
yes, temp files, we need support for was, gcp and azure, all three |
@loyaltytrooper working on this? |
Sorry abhishek i am not well from last 3 days you can remove me from this issue |
can I work on the issue? |
Yes @Shofiya2003 |
@Shofiya2003 working on this? |
Yes |
hey! |
@abhishekraj272 |
yes, right |
let me know if you stuck somewhere |
yo! |
I used environment variables for aws access key and the secret key but it seems it cannot find the environment variables in the environment. I also used os.Getenv() function to print the keys but it does not work. Do I need some package to access the environment variables in golang? |
have you put these values in the
and are you running this function in main |
yes i have those values in |
done with aws. thanks a ton |
thats great |
hey! |
@abhishekraj272 |
that's great, also thanks for contribution :) |
hey @Shofiya2003, |
sure |
Write a function in
utils
folder, which takes a folder path and cloud storage name (was, gcp, azure) and uploads the whole folder to the cloud storageThe text was updated successfully, but these errors were encountered: