简体   繁体   中英

AWS S3 new public bucket has over 3000 requests per day

I created a new (not even a week old) public S3-bucket to access some files remotely (it has to be public - that is the crux). Things like logging and versioning are deactivated, and pretty much all the standard options were kept.

However, I have a huge amount of requests per day (over 3000requests per day and maybe even increasing) that is not connected at all to my assessing of the files. Where does such a traffic come from? Does amazon access the files itself by default? Something like a tracking of the files? Can this be deactivated?

You can activateAmazon S3 server access logging to obtain this information. The logs will show the requests and their origin.

FYI, requests are charged at $0.0004 per 1000 , therefore your 3000 requests per day are costing 1.2c per day .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM