Skip to content

Delete Resource from AWS S3 Bucket #334

@ElenaStamenkovskaCC

Description

@ElenaStamenkovskaCC

Currently, there is no implemented functionality to remove a resource from the AWS S3 bucket once it has been uploaded. This task involves adding the capability to delete a specific resource from the S3 bucket when it is no longer needed.

The implementation should:

  • Identify the target resource in the S3 bucket using its key or identifier.
  • Use the AWS SDK to send a delete request to the bucket.
  • Handle potential errors (e.g., resource not found, permission issues).
  • Ensure the deletion is reflected appropriately in the application (e.g., database records or UI state if applicable).

This change will help maintain storage hygiene and prevent unnecessary accumulation of unused resources in the S3 bucket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions