You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that aws_s3 plugin doesn't care about files that already exist. I want some flag to fail uploading if a file with used filename already exists but the only thing I found is override_file_name. It's not exactly what I need.
How can I achieve such behavior?
The text was updated successfully, but these errors were encountered:
It seems that
aws_s3
plugin doesn't care about files that already exist. I want some flag to fail uploading if a file with used filename already exists but the only thing I found isoverride_file_name
. It's not exactly what I need.How can I achieve such behavior?
The text was updated successfully, but these errors were encountered: