You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the AWS S3 Sync command to add about 4GB of files in various sizes (from about 1KB up to about 30MB) to an S3 bucket, but I'm seeing a really weird issue where it appears to be skipping a lot of files and then just finishing saying it's completed. There are no errors, it just says it's completed.
Is there anything which could be causing something like this? The command I'm using is pretty basic:
There's nothing I'm aware that should be causing this. What version of the CLI are you running (aws --version)? Could you try running with --debug?
Is this issue consistent, or does it only happen in some of the times? If this is a consistent issue, a set of repro steps would help in trying to figure out what's going on.
I'm using the AWS S3 Sync command to add about 4GB of files in various sizes (from about 1KB up to about 30MB) to an S3 bucket, but I'm seeing a really weird issue where it appears to be skipping a lot of files and then just finishing saying it's completed. There are no errors, it just says it's completed.
Is there anything which could be causing something like this? The command I'm using is pretty basic:
aws s3 sync /home/user/folder s3://my.bucket/path.in.bucket
Any help anyone could offer would be great as I have no idea where to go next with this.
Link to the original forum post regarding this: https://forums.aws.amazon.com/thread.jspa?threadID=138489
The text was updated successfully, but these errors were encountered: