I am testing SVN 373 and there is a bug in AWSS3.py. Line 42: if self.use_tms_paths == True or self.use_tms_paths = "flipped": should be if self.use_tms_paths == True or self.use_tms_paths == "flipped": Is this the method of bug submission? Bruce