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 directory support #33

Open
timkendall opened this issue Jan 13, 2018 · 3 comments
Open

Upload directory support #33

timkendall opened this issue Jan 13, 2018 · 3 comments

Comments

@timkendall
Copy link
Contributor

timkendall commented Jan 13, 2018

Should we add a method for easily uploading a directory?

@taylorfinnell
Copy link
Owner

I think that would be a reasonable feature. I believe the C# S3 lib has a TransferUtility class that supports both files and directories. We could do something like that. Or, maybe we create a DirectoryUploader to start and later something like TransferUtility which could be a high level interface for uploads\downloads of files\dirs. What do you think?

@timkendall
Copy link
Contributor Author

Cool - yeah I think a DirectoryUploader class would be the way to start. I already have an implementation in one of my projects that I can move here 👍

@taylorfinnell
Copy link
Owner

Sweet! That would be great :)

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