boto-s3-router
boto-s3-router copied to clipboard
support positional arguments
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