Using s3fs, I am uploading a file to the already created s3 bucket (not deleting the bucket). On execution, the following error is thrown:
[Operation Aborted]: A conflicting conditional operation is currently in progress against this resource.
However, I would just like to dump the pickle file into the already existing bucket rather than creating a bucket for every dump.
Could not find a helpful answer in this regard.