sync mistakenly re-uploads unchanged symlinked files due to use of lstat rather than stat

Bug #1268127 reported by Lot105
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
s3cmd (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

changing in
/usr/share/s3cmd/S3/FileLists.py
from lstat() to stat() at around line 115

                 #sr = os.stat_result(os.lstat(full_name))
                 sr = os.stat_result(os.stat(full_name))

resolves the issue.

Changed in s3cmd (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.