This way we catch objects that were uploaded before zones or data logs
were set up. If there are actually no objects in the bucket, the
bucket listing will tell us that.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
except client.NotFound:
marker = ''
log.debug('bucket instance is "%s" with marker %s', instance, marker)
- # nothing to do for this bucket
- if not marker:
- return True
objects = client.list_objects_in_bucket(self.src_conn, bucket)
if not objects: