swiftamazon-s3awss3transfermanager

Random files on AWS S3 d_uf


i am working with AWS S3 for the first time using the AWS Mobile HUD.

Somehow my S3 bucket is full with (literally 1000's of files) that i cannot access (due to policy) with random d_uf,... names.

Any idea what these could be?

I am only using AWS for profile picture storage on my social network app written in Swift.

I create a folder and file for each user /AWSID/profilePicture/...jpg

The random files appear at root of my bucket.

enter image description here


Solution

  • Please see the following documentation for s3 access logging https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html . Now logging is enabled for this bucket you can disable using the following steps

    1. Log into your AWS console
    2. select the S3 service
    3. select your bucket
    4. select the propertiestab
    5. click the logging box
    6. Click disable

    Step 5 Step 6