mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Add note to disable AWS lifecycle policies (#3828)
* docs: Add note to disable AWS lifecycle policies * fix grammar --------- Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
This commit is contained in:
parent
7bf3be2f07
commit
bc16297274
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ Then configure Taskwarrior with:
|
||||||
|
|
||||||
To synchronize your tasks to AWS, select a region near you and use the AWS
|
To synchronize your tasks to AWS, select a region near you and use the AWS
|
||||||
console to create a new S3 bucket. The default settings for the bucket are
|
console to create a new S3 bucket. The default settings for the bucket are
|
||||||
adequate.
|
adequate. In particular, ensure that no lifecycle policies are enabled, as they
|
||||||
|
may automatically delete or transition objects, potentially impacting data
|
||||||
|
availability.
|
||||||
|
|
||||||
You will also need an AWS IAM user with the following policy, where BUCKETNAME
|
You will also need an AWS IAM user with the following policy, where BUCKETNAME
|
||||||
is the name of the bucket. The same user can be configured for multiple
|
is the name of the bucket. The same user can be configured for multiple
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue