databio / bedboss

Python pipeline for processing BED files for BEDbase
https://docs.bedbase.org
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add S3 upload check if file exists in the bucket #49

Closed khoroshevskyi closed 5 months ago

khoroshevskyi commented 6 months ago

I've implemented functionality to upload plots or files to the S3 bucket using boto3. However, It would be beneficial to incorporate a checking system before overwriting existing files. Unfortunately, this functionality is not currently available with boto3. There's an open issue regarding this on GitHub: https://github.com/boto/boto/issues/3343.

khoroshevskyi commented 5 months ago

added to bbconf in v0.5.0