Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 328 Bytes

s3delete

A sample Golang application to delete a file inside Digital Ocean (Spaces).

According to DO Spaces is directly compatible with AWS S3. For this application we use Amazon aws-sdk-go specifically the library for S3. To connect and delete a file inside DO Spaces.

This sample application can also be used for AWS S3.