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

FEATURE REQUEST: delete objects from S3 upon GCS object deletes #4

Open
justinnaldzin opened this issue Apr 12, 2019 · 0 comments
Open

Comments

@justinnaldzin
Copy link

justinnaldzin commented Apr 12, 2019

FEATURE REQUEST: provide an option that deletes objects from S3 when GCS objects are deleted

Currently this checks for three states of objects in an GCS bucket:

  1. if object deleted: // Prints: file has been deleted (*)
  2. if object created: // physically copies file to S3
  3. otherwise: // Prints: metadata has been updated

(*) The is a feature request to add the functionality to also delete the object from S3 upon the deletion of GCS objects.

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

No branches or pull requests

1 participant