MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
26 stars 21 forks source link

add delete file on s3 #5

Closed teaglebuilt closed 5 years ago

teaglebuilt commented 5 years ago

The purpose of this keyword is for teardown tests to delete resources in test s3 buckets. Ofcourse it can be used for other purposes

""" Delete File Requires: @param bucket which is the bucket name: @param: key which is the bucket location/path name. Example: | Delete File | bucket | key | """