boto-s3-router icon indicating copy to clipboard operation
boto-s3-router copied to clipboard

support positional arguments

Open eden-ohana opened this issue 3 years ago • 0 comments

botor.upload_file("/my/local/file", "example-bucket", "example-key") # doesn't work
botor.upload_file(Filename="/my/local/file", Bucket="example-bucket", Key="example-key") # works

eden-ohana avatar Dec 08 '21 10:12 eden-ohana