Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow feeder to delete S3 objects #726

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Allow feeder to delete S3 objects #726

merged 3 commits into from
Nov 14, 2023

Conversation

cavis
Copy link
Member

@cavis cavis commented Nov 14, 2023

@@ -983,6 +983,7 @@ Resources:
Resource: !GetAtt FeederUploadsBucket.Arn
- Action:
- s3:AbortMultipartUpload
- s3:DeleteObject
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this also need s3:DeleteObjectVersion, for s3.delete_object calls?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, for a versioned bucket I think you need DeleteObjectVersion to do any deleting

@cavis cavis merged commit acf642b into main Nov 14, 2023
@cavis cavis deleted the fix/feeder_delete_object branch November 14, 2023 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants