Identify unsupported methods

CAUTION:
S3 operations the CSO API supports cannot map directly to the Python methods.

Boto SDK unsupported methods.

  • bucket.configure_website()

    It would present the contents of the bucket as a website. ClevOS does not offer this option.

The following Boto SDK methods are unsupported and generate errors in Amazon S3 and the CSO API:
  • set_contents_from_stream()
    Error message on attempting to stream contents.
    
    BotoClientError: BotoClientError: s3 does not support chunked transfer
    
  • send_file()
    Error message on attempting to send a file.
    
    boto.exception.S3ResponseError: S3ResponseError: 400 Bad Content-Length