Synced files to S3 not appearing bucket

What is the problem you are having with rclone?

Running a sync from google photos to S3. Appears to be working fine, but when I go into my aws console and look at the bucket there are no files there. rclone ls on the s3 bucket shows the files.

Run the command 'rclone version' and share the full output of the command.

  • os/version: Microsoft Windows 11 Pro 21H2 (64 bit)
  • os/kernel: 10.0.22000.2538 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.4
  • go/linking: static
  • go/tags: cmount

Do not type in "Latest".
Do not just type in a version number. Run the command and share the full output.

S3 / Google Photos

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

Which cloud storage system are you using? (eg Google Drive)

S3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync google-photos:media/by-month s3:google-photos-micamedia

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[google-photos]
type = google photos
read_only = true
token = XXX

[s3]
type = s3
provider = AWS
access_key_id = XXX
secret_access_key = XXX
region = us-east-1
acl = private
server_side_encryption = aws:kms
sse_kms_key_id = XXX
storage_class = INTELLIGENT_TIERING
bucket_acl = private

please close this, i just didn't wait long enough :slight_smile:

welcome to the forum,

next time, try --progress
and
-v or -vv

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.