Does using aws cli s3 sync --delete files in s3 folder cost any money?

0

Using life cycle to set rules or directly delete files in s3 doesn't cost money.

But what if I use aws cli sync --delete command to sync local folder to s3 folder, when I delete files in local, is there any fee for s3 file deletion?

Like api operation fee?

Thanks.

acchen
已提問 4 個月前檢視次數 178 次
1 個回答
1

Hello.

Executing the "aws s3 sync" command requires "s3:ListBucket" authority, so when you execute the command, it probably retrieves a list of objects and checks the differences.
Therefore, when you execute a command, I think that at least the fee for List API will be incurred.
https://aws.amazon.com/s3/pricing/?nc1=h_ls

profile picture
專家
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南