s3 sync --follow-symlinks does not seem to work ( Windows )
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
I am trying to sync files to s3 from a folder where the files are all symlinks. The output shows that the files are being uploaded but the bucket shows the files as 0 bytes.
```
Directory of f:\test2
04/14/2017 04:21 PM .
04/14/2017 04:21 PM ..
04/14/2017 03:29 PM 1.trn [f:\tra\test.trn]
04/14/2017 03:37 PM cloud_test.trn [f:\tra\test.trn]
04/14/2017 04:21 PM 17 test.tr
04/14/2017 03:36 PM test.trn_ [f:\tra\test.trn]
04/14/2017 03:33 PM test_ [f:\tra\test.trn]
5 File(s) 17 bytes
upload: test2\1.trn to s3://tis-22/transactions/1.trn
upload: test2\cloud_test.trn to s3://tis-22/transactions/cloud_test.trn
upload: test2\test.trn_ to s3://tis-22/transactions/test.trn_
upload: test2\test.tr to s3://tis-22/transactions/test.tr
upload: test2\test_ to s3://tis-22/transactions/test_
PRE tran/
2017-04-13 17:07:21 0
2017-04-14 17:00:15 0 1.trn
2017-04-14 17:00:15 0 cloud_test.trn
2017-04-14 17:15:01 0 for
2017-04-14 17:17:44 0 lid.trn
2017-04-14 18:03:42 0 re.trn
2017-04-14 17:00:15 17 test.tr
2017-04-14 17:00:15 0 test.trn_
2017-04-14 17:00:15 0 test_
```
Contributor guide
Assessment
This issue has not been assessed yet.