Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize folder (S3) silently fails #7550

Closed
cyberduck opened this issue Nov 5, 2013 · 7 comments
Closed

Synchronize folder (S3) silently fails #7550

cyberduck opened this issue Nov 5, 2013 · 7 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

4099cb4 created the issue

v4.4, build 13577
Context: established S3 connection, bucket with "folders" opened.

In 4.3.1, when I right-clicked on a folder to synchronize it with a local folder, the behaviour was pretty much like it is currently described here: (https://trac.cyberduck.ch/wiki/help/en/howto/sync)

Now, having v4.4 installed, I don't see a diff list but am just asked wether I want to (german version) "Überschreiben" (overwrite), "Umbenennen" (rename) or "Fortsetzen" (continue/proceed). I tried them all but none of these options actually synchronizes my S3::bucket/"folder" with my local folder. Please see the attached screenshots.

No error is thrown, the task just finishes suprisingly quick and states "Sync complete" in the transfer view. No entry in the log drawer.


Attachments

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Can you please test with the latest snapshot build available?

@cyberduck
Copy link
Collaborator Author

4099cb4 commented

Sure. Just tested with 4.4.1 (13766) - no change in GUI elements nor in the effect. There are new files in the S3::bucket folder that do not exist in my local folder; after a sync with "Fortsetzen" (which seems like a strange option in that particular place to me, anyway), the new remote files haven't been downloaded.

How can I provide you you with more details / logfiles etc?
Thanks!

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 557b14b.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Just uploaded a new snapshot build. Can you please test again?

@cyberduck
Copy link
Collaborator Author

4099cb4 commented

tested with 557b14b

  • dropdown of the synchronize dialogue now show expected values (see https://trac.cyberduck.ch/attachment/ticket/7550/cyberduck_synchronize_03.jpg)
  • folder view of the synchronize dialogue cannot expand, the arrow at the right signal upload while I'm trying to make a download sync
  • after hitting "Fortfahren" with "Download" selected, remote and local folder are still out of sync (very quick "Sync complete" in the transfer view)

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In d383d88. A new snapshot build is available.

@cyberduck
Copy link
Collaborator Author

4099cb4 commented

sorry - still not working.

I tried synchronizing a S3::bucket containing only 5 files, and a "folder" in a S3::bucket containing >25000 files.

With the 5-files-bucket at least the dialogue happens to be responsive, the large remote folder just timed out (note: it worked with 4.3.1)
Neither "Download" nor "Spiegeln" did result in the remote files beeing synced to a local (empty) folder.

This is what the log says:

GET /?delimiter=%2F&max-keys=1000&prefix HTTP/1.1
Date: Thu, 07 Nov 2013 16:19:24 GMT
Authorization: AWS {{my-AWS-key}}
Host: {{my-bucket}}.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.1 (13885) (Windows 7/6.1) (x86)
HTTP/1.1 200 OK
x-amz-id-2: {{some-hash}}
x-amz-request-id: {{some-hash}}
Date: Thu, 07 Nov 2013 16:19:23 GMT
Content-Type: application/xml
Transfer-Encoding: chunked
Server: AmazonS3
GET /?versioning HTTP/1.1
Date: Thu, 07 Nov 2013 16:19:24 GMT
Authorization: AWS {{my-AWS-key}}
Host: {{my-bucket}}.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.1 (13885) (Windows 7/6.1) (x86)
HTTP/1.1 200 OK
x-amz-id-2: {{some-hash}}
x-amz-request-id: {{some-hash}}
Date: Thu, 07 Nov 2013 16:19:23 GMT
Transfer-Encoding: chunked
Server: AmazonS3

I also tried a new installation on a different system, same effect here. Should be easy to reproduce: Generate a S3::bucket, put some files in, try to sync that bucket (or a folder in that bucket) to a local folder.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants