You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for such a well-written and robust S3 class!
I just had one issue: is there any way to copy a folder (recursively) to S3 from local?
Individual files can use S3::putObjectFile to upload to S3, but I cannot see any way to modify this to work with a folder name. I also tried using S3::putObjectString() which allowed me to copy a folder name, but it doesn't copy any contents of that folder.
Basically I want to copy an entire folder with its contents to S3. Hope there's a simple way for this?
Thanks!
The text was updated successfully, but these errors were encountered:
Figure I will answer this since I already did this...
Basically read the contents of the folder you want to upload files form. If you have the filenames in an array, you just loop through putting each one.
Thanks for such a well-written and robust S3 class!
I just had one issue: is there any way to copy a folder (recursively) to S3 from local?
Individual files can use S3::putObjectFile to upload to S3, but I cannot see any way to modify this to work with a folder name. I also tried using S3::putObjectString() which allowed me to copy a folder name, but it doesn't copy any contents of that folder.
Basically I want to copy an entire folder with its contents to S3. Hope there's a simple way for this?
Thanks!
The text was updated successfully, but these errors were encountered: