Hi Mike -
Below is the command snippet and the respective output :
c:\code\a_dir>python c:\code\gsutil\gsutil cp b_dir/pc/*.html
gs://<mybucket>
Copying file://b_dir/pc\9639.html...
[Setting Content-Type=text/html]
Copying file://b_dir/pc\9640.html...
[Setting Content-Type=text/html]
Copying file://b_dir/pc\9641.html...
[Setting Content-Type=text/html]
After the latest release (3.1), I was able to avoid this by creating
actual sub directories on cloud storage and executing the following
command :
python c:\code\gsutil\gsutil cp -R *.html gs://<mybucket>/subdir1/subdir2
But it is a workaround so my original problem still exists.
On Mar 20, 9:24 pm, "Mike Schwartz (Google Storage Team)" <gs-